mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +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` |
||
---|---|---|
.. | ||
lib.rs | ||
name.rs | ||
serde.rs | ||
task_pool_options.rs |