bevy/crates/bevy_ui
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
..
src Swap TransparentUi to use a stable sort (#9598) 2023-08-27 20:37:17 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00