Crate ggez_assets_manager[][src]

Expand description

This crate provide integration of assets_manager for ggez.

Modules

Re-export of assets_manager

Structs

The main structure of this crate, used to cache assets.

A Source using ggez’ paths to read from the filesystem.

A watcher that can tell when an asset is reloaded.

Traits

An extension trait for AssetCache.

Types that can be used with AssetCacheExt.

Functions

Creates a new GgezAssetCache.

Type Definitions

An AssetCache for use with ggez.