Crate ggez_assets_manager

Crate ggez_assets_manager 

Source
Expand description

This crate provides integration of assets_manager for ggez.

Re-exports§

pub use assets_manager;

Structs§

AssetCache
The main structure of this crate, used to load and store assets.
GgezFileSystem
A Source using ggez’ paths to read from the filesystem.
ReloadWatcher
A watcher that can tell when an asset is reloaded.

Traits§

AssetCacheExt
An extension trait for AssetCache.
GgezAsset
Types that can be used with AssetCacheExt.

Functions§

create_asset_cache
Creates a new AssetCache backed by a GgezFileSystem.
new_asset_cacheDeprecated
Creates a new AssetCache backed by a GgezFileSystem.