diff --git a/character_window/Cargo.toml b/character_window/Cargo.toml index 406f8e2..c648dfd 100644 --- a/character_window/Cargo.toml +++ b/character_window/Cargo.toml @@ -6,7 +6,6 @@ edition = "2024" [dependencies] anyhow = { workspace = true } paste = { workspace = true } -destructure_traitobject = { workspace = true } downcast-rs = { workspace = true } engine = { workspace = true } diff --git a/map/Cargo.toml b/map/Cargo.toml index a7f6c92..4693214 100644 --- a/map/Cargo.toml +++ b/map/Cargo.toml @@ -7,7 +7,4 @@ edition = "2024" anyhow = { workspace = true } rusqlite = { workspace = true } assetpath = { workspace = true } -destructure_traitobject = { workspace = true } - engine = { workspace = true } -ecs = { workspace = true }