easy-gpu 0.2.1

wgpu wrapper to manage assets and remove boilerplate
Documentation
1
2
3
4
5
6
pub(crate) mod asset_manager;
pub(crate) mod handle;
mod arena;
pub(crate) mod asset_registry;

pub use handle::Handle;