Skip to content

Commit 7d5a7cc

Browse files
committed
Register missing bevy_text types (#6029)
Register two missing bevy_text types.
1 parent 28205fd commit 7d5a7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_text/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ impl Plugin for TextPlugin {
6262
.add_asset::<FontAtlasSet>()
6363
.register_type::<Text>()
6464
.register_type::<TextSection>()
65+
.register_type::<Vec<TextSection>>()
66+
.register_type::<TextStyle>()
6567
.register_type::<TextAlignment>()
6668
.register_type::<VerticalAlign>()
6769
.register_type::<HorizontalAlign>()

0 commit comments

Comments
 (0)