bevy_assets_extensions 0.7.0

Extensions for bevy assets, with support of collection as assets and a loader manager.
Documentation
1
2
3
4
5
6
7
8
9
//! Prelude with easy import to `bevy_assets_extensions` types.

pub use crate::{
    assets,
    assets_loader::{self, asset_loader_manager, AssetLoaderManager},
    error::Error,
    static_bundle::StaticAssetsBundle,
    AssetsExtensionsPlugin,
};