bevy/crates/bevy_text/src
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
..
error.rs Remove TextError::ExceedMaxTextAtlases(usize) variant (#6796) 2022-12-05 23:23:16 +00:00
font_atlas_set.rs fix whitespaces in comment (#7853) 2023-03-01 10:20:56 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_loader.rs Add support for OTF fonts (#1200) 2021-01-03 12:10:23 -08:00
font.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
glyph_brush.rs Changed spelling linebreak_behaviour to linebreak_behavior (#8285) 2023-04-05 21:25:53 +00:00
lib.rs Register some extra types to type registry (#8430) 2023-04-17 20:05:59 +00:00
pipeline.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
text2d.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
text.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00