From aa367514d695a139d36d2c35510c6a35749a374e Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 6 Mar 2025 11:38:09 +0100 Subject: [PATCH] Please cargo machete --- character_window/Cargo.toml | 1 - map/Cargo.toml | 3 --- 2 files changed, 4 deletions(-) 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 }