mirror of
https://github.com/bevyengine/bevy
synced 2024-12-25 20:43:07 +00:00
7a41efa227
# Objective Fixes #5559 Replaces #5628 ## Solution Because the generated method from_components() creates an instance of Self my implementation requires any field type that is marked to be ignored to implement Default. --- ## Changelog Added the possibility to ignore fields in a bundle with `#[bundle(ignore)]`. Typically used when `PhantomData` needs to be added to a `Bundle`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |