bevy/crates/bevy_ui/src
James O'Brien aa489eced0
Swap TransparentUi to use a stable sort (#9598)
# Objective

- Fix the `borders`, `ui` and `text_wrap_debug` examples.

## Solution

- Swap `TransparentUi` to use a stable sort

---

This is the smallest change to fix the examples but ideally this is
fixed by setting better sort keys for the UI elements such that we can
swap back to an unstable sort.
2023-08-27 20:37:17 +00:00
..
layout Added Val::ZERO Constant (#9566) 2023-08-26 14:00:53 +00:00
render Swap TransparentUi to use a stable sort (#9598) 2023-08-27 20:37:17 +00:00
widget Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
accessibility.rs Move bevy_ui accessibility systems to PostUpdate. (#8653) 2023-05-23 23:50:48 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
geometry.rs Added Val::ZERO Constant (#9566) 2023-08-26 14:00:53 +00:00
lib.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
measurement.rs Change the default for the measure_func field of ContentSize to None. (#9346) 2023-08-07 23:06:40 +00:00
node_bundles.rs Remove unnecessary doc string (#9481) 2023-08-21 01:39:56 +00:00
stack.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ui_node.rs Added Val::ZERO Constant (#9566) 2023-08-26 14:00:53 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00