Type Alias frapp::AssetCache

source ·
pub type AssetCache = AssetCache<FileSystem>;
Expand description

frapp exposes an alias for assets_manager::AssetCache that uses a different source depending on whether we’re targeting native or web.

Aliased Type§

struct AssetCache { /* private fields */ }