bevy/crates/bevy_text
Carter Anderson c245be00b1 Skip empty spans when updating text buffers (#16524)
# Objective

Fixes #16521

## Solution

If an empty span is encountered (such as the default `Text` value), we
skip it entirely when updating buffers. This prevents unnecessarily
bailing when the font doesn't exist (ex: when the default font is
disabled)
2024-11-28 00:23:00 +01:00
..
src Skip empty spans when updating text buffers (#16524) 2024-11-28 00:23:00 +01:00
Cargo.toml Don't reëxport bevy_image from bevy_render (#16163) 2024-11-11 22:16:38 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Text

License Crates.io Downloads Docs Discord