notan_app 0.6.0

Provides the core API for Notan
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "audio")]
mod audio;
mod texture;

#[cfg(feature = "audio")]
pub use audio::*;
pub use texture::*;