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, };