bevy_asset_loader_derive 0.23.0

Macro implementation for bevy_asset_loader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# bevy_asset_loader_derive

This crate offers the derive macro for [bevy_asset_loader](https://github.com/NiklasEi/bevy_asset_loader)'s `AssetCollection` trait. You most likely don't want to use this crate directly. Please look at the [README](https://github.com/NiklasEi/bevy_asset_loader) and [examples](https://github.com/NiklasEi/bevy_asset_loader/tree/main/bevy_asset_loader/examples) of bevy_asset_loader for instructions on how to use the derive macro.

## License

Dual-licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE]/LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]/LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.