Skip to content

Commit 48742b3

Browse files
committed
Don't import bevy_internal
1 parent e63ca7e commit 48742b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/3d/3d_gizmos.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
33
use std::f32::consts::PI;
44

5-
use bevy::prelude::*;
6-
use bevy_internal::gizmos::clear_gizmo_context;
5+
use bevy::{
6+
prelude::*,
7+
gizmos::clear_gizmo_context,
8+
};
79

810
fn main() {
911
App::new()

0 commit comments

Comments
 (0)