diff --git a/src/lib.rs b/src/lib.rs index e3a51fb..20137e6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ use std::time::Duration; use crate::config::{BACKGROUND_COLOR, PLAYER_SHIP_COLOR, SHIP_ROTATION, SHIP_THRUST, WINDOW_SIZE}; -use bevy::{color::palettes::css::GRAY, prelude::*}; +use bevy::prelude::*; use bevy_inspector_egui::prelude::ReflectInspectorOptions; use bevy_inspector_egui::InspectorOptions;