bevy/crates/bevy_ui
Markus Ort 44fbc2f717 Fix panic when using image in UiMaterial (#10591)
# Objective

- Fix the panic on using Images in UiMaterials due to assets not being
loaded.
- Fixes #10513 

## Solution

- add `let else` statement that `return`s or `continue`s instead of
unwrapping, causing a panic.
2023-11-29 16:46:44 -08:00
..
src Fix panic when using image in UiMaterial (#10591) 2023-11-29 16:46:44 -08:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00