We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bevy_app
1 parent aa2ebbb commit 70ce6f1Copy full SHA for 70ce6f1
crates/bevy_hierarchy/src/lib.rs
@@ -88,9 +88,11 @@ use bevy_app::prelude::*;
88
/// Check the [crate-level documentation] for all the features.
89
///
90
/// [crate-level documentation]: crate
91
+#[cfg(feature = "bevy_app")]
92
#[derive(Default)]
93
pub struct HierarchyPlugin;
94
95
96
impl Plugin for HierarchyPlugin {
97
fn build(&self, app: &mut App) {
98
app.register_type::<Children>()
0 commit comments