extendable-assets 0.1.0

Asset framework for graphics and games
Documentation
1
2
3
4
5
6
7
pub use anyhow;
pub use async_trait;
pub use parking_lot;
pub use serde;

#[cfg(feature = "fs-embed")]
pub use rust_embed;