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 a4bae35 commit 15c4c6cCopy full SHA for 15c4c6c
src/geometry.rs
@@ -1,6 +1,6 @@
1
//! Types for defining and using geometries.
2
3
-use bevy::{transform::components::Transform};
+use bevy::transform::components::Transform;
4
use lyon_tessellation::path::{path::Builder, Path};
5
6
use crate::{entity::ShapeBundle, prelude::ShapeColors, utils::DrawMode};
0 commit comments