29 releases (breaking)
new 0.22.0 | Dec 1, 2024 |
---|---|
0.22.0-rc.1 | Nov 24, 2024 |
0.21.0 | Jul 6, 2024 |
0.20.0 | Feb 18, 2024 |
0.4.0 | Jun 26, 2021 |
#73 in #asset
7,547 downloads per month
Used in 22 crates
(via bevy_asset_loader)
85KB
1.5K
SLoC
bevy_asset_loader_derive
This crate offers the derive macro for bevy_asset_loader's AssetCollection
trait. You most likely don't want to use this crate directly. Please look at the README and 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 or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
lib.rs
:
This crate adds support for deriving AssetCollection
You do not have to use it directly. Just import AssetCollection
from bevy_asset_loader
and use #[derive(AssetCollection)]
to derive the trait.
Dependencies
~220–660KB
~16K SLoC