Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Feb 19, 2024
1 parent 6bddadd commit 68fd028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dynamic_shape.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::f64::consts::PI;

use bevy::prelude::*;
use bevy_prototype_lyon::{entity::ShapeBundle, prelude::*};
use bevy_prototype_lyon::prelude::*;

fn main() {
App::new()
Expand Down

0 comments on commit 68fd028

Please sign in to comment.