bevy/crates/bevy_ui
François e8ba68d702 UI Materials: ignore entities with a BackgroundColor component (#10434)
# Objective

- Entities with both a `BackgroundColor` and a
`Handle<CustomUiMaterial>` are extracted by both pipelines and results
in entities being overwritten in the render world
- Fixes #10431 

## Solution

- Ignore entities with `BackgroundColor` when extracting ui material
entities, and document that limit
2023-11-29 16:40:05 -08:00
..
src UI Materials: ignore entities with a BackgroundColor component (#10434) 2023-11-29 16:40:05 -08:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00