Expand description
This crate provides integration of assets_manager for ggez.
Re-exports§
pub use assets_manager;
Structs§
- Asset
Cache - The main structure of this crate, used to load and store assets.
- Ggez
File System - A
Sourceusingggez’ paths to read from the filesystem. - Reload
Watcher - A watcher that can tell when an asset is reloaded.
Traits§
- Asset
Cache Ext - An extension trait for
AssetCache. - Ggez
Asset - Types that can be used with
AssetCacheExt.
Functions§
- create_
asset_ cache - Creates a new
AssetCachebacked by aGgezFileSystem. - new_
asset_ cache Deprecated - Creates a new
AssetCachebacked by aGgezFileSystem.