bevy/crates/bevy_text
InnocentusLime 30ac157b80
Register some extra types to type registry (#8430)
# 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`
2023-04-17 20:05:59 +00:00
..
src Register some extra types to type registry (#8430) 2023-04-17 20:05:59 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00