Skip to main content

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.
GgezStorage
Stores types that implement GgezAsset.

Traits§

AssetCacheExt
An extension trait for AssetCache.
GgezAsset
Assets that require a ggez::Context to be loaded.
HandleExt
An extension trait for Handle<GgezStorage<T>>.

Functions§

convert_error
Converts an error from assets_manager to ggez
new_asset_cache
Creates a new AssetCache backed by a GgezFileSystem.

Type Aliases§

ArcGgezHandle
A helper type for ggez assets strong handles.
GgezHandle
A helper type for ggez assets handles.