summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r--ecs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml
index 5ea9fc7..31fa169 100644
--- a/ecs/Cargo.toml
+++ b/ecs/Cargo.toml
@@ -13,8 +13,8 @@ thiserror = "1.0.49"
tracing = "0.1.39"
hashbrown = "0.15.2"
parking_lot = "0.12.3"
-ecs-macros = { path = "../ecs-macros" }
-util-macros = { path = "../util-macros" }
+ecs-macros = { workspace = true }
+util-macros = { workspace = true }
vizoxide = { version = "1.0.5", optional = true }
[dev-dependencies.criterion]