Crate bevy_asset_loader_derive[][src]

Expand description

This crate adds support for auto deriving bevy_asset_loader::AssetCollection

You do not have to use it directly. Just import AssetCollection from bevy_asset_loader and use #[derive(AssetCollection)] to derive the trait.

Derive Macros

AssetCollection

Derive macro for AssetCollection