Skip to content
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