bevy/crates/bevy_core_pipeline
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 separate tonemapping and upscaling passes (#3425) 2022-10-26 20:13:59 +00:00