Skip to content
Snippets Groups Projects
v0.11.0

Changed
- Required Bevy version is now 0.16
- Bevy types are now being pulled in via their specific sub-crates, instead of the re-export on the main bevy crate. This change allows for better compiler performance, as it no longer forces the compilation of this library to wait for the entire Bevy suite to compile

Removed
- Components that hold an Entity no longer implement Serialize or Deserialize when the serialize feature is enabled