view src/lib.rs @ 729:f953ae5b3732

PyTouhou: Fix GLFW callbacks to be nogil
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 08 Dec 2019 20:13:01 +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;