mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
d0e294c86b
# Objective Fixes Issue #6005. ## Solution Replaced WorldQuery with ReadOnlyWorldQuery on F generic in Query filters and QueryState to restrict its trait bound. ## Migration Guide Query filter (`F`) generics are now bound by `ReadOnlyWorldQuery`, rather than `WorldQuery`. If for some reason you were requesting `Query<&A, &mut B>`, please use `Query<&A, With<B>>` instead. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |