bevy/crates/bevy_hierarchy
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 Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00