mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
30ac157b80
# Objective Fixes #8415. ## Solution I simply added the missing types to the type registry. ## Changelog Added `#[reflect(Component]` to `bevi_ui::ui_node::ZIndex`, since it impls `Component` and `Reflect.` The following types have been added to the type registry: 1. `bevy_ui::ZIndex` 2. `bevy_math::Rect` 3. `bevy_text::BreakLineOn` 4. `bevy_text::Text2dBounds` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |