Mercurial > touhou
view src/lib.rs @ 747:8a022334a4c4
menu: Load the title image at frame 60.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 18 Jan 2020 19:47:44 +0100 |
parents | a8e0219162b6 |
children |
line wrap: on
line source
#![deny(missing_docs)] #![feature(concat_idents)] //! Crate implementing various Touhou formats. pub mod util; pub mod th06;