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 48742b3 commit f40c514Copy full SHA for f40c514
examples/3d/3d_gizmos.rs
@@ -2,10 +2,7 @@
2
3
use std::f32::consts::PI;
4
5
-use bevy::{
6
- prelude::*,
7
- gizmos::clear_gizmo_context,
8
-};
+use bevy::{gizmos::clear_gizmo_context, prelude::*};
9
10
fn main() {
11
App::new()
0 commit comments