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;