diff --git a/src/asteroids.rs b/src/asteroids.rs index 9c7c30e..da3b1a3 100644 --- a/src/asteroids.rs +++ b/src/asteroids.rs @@ -2,7 +2,7 @@ use std::time::Duration; /// This is the module containing all the rock-related things /// not... not the whole game. -use bevy::{math::VectorSpace, prelude::*}; +use bevy::prelude::*; use crate::{GameAssets, Position, Rotation, Velocity};