diff --git a/crates/bevy_ui/src/node_bundles.rs b/crates/bevy_ui/src/node_bundles.rs index 6a9a291090ed4..7488d5dc41271 100644 --- a/crates/bevy_ui/src/node_bundles.rs +++ b/crates/bevy_ui/src/node_bundles.rs @@ -268,6 +268,7 @@ impl TextBundle { } } +#[cfg(feature = "bevy_text")] impl From for TextBundle where I: Into,