view src/lib.rs @ 751:eab7dde1164f

examples: Add music playback to the menu example
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 25 Feb 2020 19:37:19 +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;