bevy/crates/bevy_ui/src
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
..
flex Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
render Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
widget fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
entity.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
focus.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
geometry.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
lib.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
stack.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
ui_node.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00