bevy/crates/bevy_ui/src
Nico Burns fe0ad10b0c
Fix text systems broken when resolving merge conflicts in #8026 (#8422)
# Objective

- Incorrectly resolved merge conflicts in
https://github.com/bevyengine/bevy/pull/8026 have caused UI text to not
render at all.

## Solution

Restore correct system schedule for text systems
2023-04-17 17:29:44 +00:00
..
layout Add CSS Grid support to bevy_ui (#8026) 2023-04-17 16:21:38 +00:00
render Fix the UV calculations for clipped and flipped ImageNodes (#8195) 2023-04-17 15:58:34 +00:00
widget text_system split (#7779) 2023-04-17 15:23:21 +00:00
accessibility.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs Consistent screen-space coordinates (#8306) 2023-04-05 22:32:36 +00:00
geometry.rs UiRect axes constructor (#7656) 2023-04-13 20:52:21 +00:00
lib.rs Fix text systems broken when resolving merge conflicts in #8026 (#8422) 2023-04-17 17:29:44 +00:00
measurement.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
node_bundles.rs Add CSS Grid support to bevy_ui (#8026) 2023-04-17 16:21:38 +00:00
stack.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
ui_node.rs Add CSS Grid support to bevy_ui (#8026) 2023-04-17 16:21:38 +00:00
update.rs Improve UI update_clipping_system comments (#8147) 2023-03-28 20:18:02 +00:00