summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-03 20:31:00 +0200
committerHampusM <hampus@hampusmat.com>2026-05-03 20:31:00 +0200
commitb13b3f6e13f9ac9fe7fee0b5a81b026f411f0301 (patch)
tree9430215b69eb34596120eae95459472ae6087bc8 /ecs/Cargo.toml
parent9dfd0a9ef9a54dab5fb88ed9158bd4184212008e (diff)
build: make workspace members inherit other members as dependenciesHEADmaster
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]