bevy/crates/bevy_ui/src
ickshonpe 6ed3c3274f
Missing UI glpyhs fix (#17729)
# Objective

Fixes #17718

## Solution

Schedule `text_system` before `AssetEvents`.

I guess what was happening here is that glyphs weren't shown because
`text_system` was running before `AssetEevents` and so `prepare_uinodes`
never recieves the the asset modified event about the glyph texture
atlas image.
2025-02-07 19:41:18 +00:00
..
experimental Change GhostNode into a unit type (#17692) 2025-02-05 18:44:37 +00:00
layout Fix Taffy viewport node leaks (#17596) 2025-02-02 15:03:10 +00:00
render Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
widget Improve TextSpan docs (#17415) 2025-02-03 21:36:52 +00:00
accessibility.rs Properly set accessible value on label nodes (#16418) 2024-11-17 18:10:41 +00:00
focus.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
geometry.rs Fixing ValArithmeticError typo and unused variant (#17597) 2025-02-02 15:10:14 +00:00
lib.rs Missing UI glpyhs fix (#17729) 2025-02-07 19:41:18 +00:00
measurement.rs Use CosmicFontSystem in public bevy_text APIs and remove cosmic_text re-export (#16063) 2024-10-23 20:05:28 +00:00
picking_backend.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
stack.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
ui_material.rs bevy_ui: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17229) 2025-01-08 19:30:19 +00:00
ui_node.rs Basic UI text shadows (#17559) 2025-02-05 19:29:37 +00:00
update.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00