bevy/crates/bevy_ui
Boxy 30e35764a1 Replace WorldQueryGats trait with actual gats (#6319)
# Objective

Replace `WorldQueryGats` trait with actual gats

## Solution

Replace `WorldQueryGats` trait with actual gats

---

## Changelog

- Replaced `WorldQueryGats` trait with actual gats

## Migration Guide

- Replace usage of `WorldQueryGats` assoc types with the actual gats on `WorldQuery` trait
2022-11-03 16:33:05 +00:00
..
src Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
Cargo.toml Revert thiserror version requirement to match version for all crates. (#6365) 2022-10-25 09:55:31 +00:00