Skip to content

Commit

Permalink
Add missing bevy_text feature attribute to TextBundle from impl (b…
Browse files Browse the repository at this point in the history
…evyengine#9785)

# Objective

Add the `bevy_text` feature attribute to the `TextBundle` from impl in
node_bundle.rs.
  • Loading branch information
ickshonpe authored and Ray Redondo committed Jan 9, 2024
1 parent d626161 commit c047d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ui/src/node_bundles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ impl TextBundle {
}
}

#[cfg(feature = "bevy_text")]
impl<I> From<I> for TextBundle
where
I: Into<TextSection>,
Expand Down

0 comments on commit c047d69

Please sign in to comment.