-
v0.11.07b666605 · ·
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
-
v0.7.047c68544 · ·
Added - Add a series of WorldQuery types for retrieving animation components - Add a series of WorldQuery types for filtering animation entities Changed - Required Bevy version is now 0.12 Removed - `AnimationQuery` has been removed; instead, the ergonomics of controlling animations by manipulating components directly is much more ergonomic - Support for `bevy_ecs_tilemap` has been dropped