chore: cargo fix

This commit is contained in:
2025-07-23 17:27:22 -05:00
parent 978752f0f3
commit 7744c06046
5 changed files with 3 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ use sdl2::render::{Canvas, Texture};
use sdl2::video::Window;
use crate::direction::Direction;
use crate::entity::{Entity, MovableEntity, Moving, Renderable, StaticEntity};
use crate::entity::{Entity, Moving, Renderable, StaticEntity};
use crate::ghost::{Ghost, GhostMode, GhostType};
use crate::map::Map;
use crate::pacman::Pacman;