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.
1 parent b13afd2 commit a46fbdfCopy full SHA for a46fbdf
examples/ecs/hierarchy.rs
@@ -6,8 +6,7 @@
6
7
use std::{f32::consts::*, time::Duration};
8
9
-use bevy::{color::palettes::css::*, prelude::*};
10
-use bevy_ecs::relationship::RelatedSpawner;
+use bevy::{color::palettes::css::*, ecs::relationship::RelatedSpawner, prelude::*};
11
12
fn main() {
13
App::new()
0 commit comments