summaryrefslogtreecommitdiff
path: root/engine-ecs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine-ecs/Cargo.toml')
-rw-r--r--engine-ecs/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine-ecs/Cargo.toml b/engine-ecs/Cargo.toml
index 724aaea..0c9da60 100644
--- a/engine-ecs/Cargo.toml
+++ b/engine-ecs/Cargo.toml
@@ -15,7 +15,8 @@ hashbrown = "0.15.2"
parking_lot = "0.12.3"
anyhow = "1.0.102"
backtrace = "0.3.76"
-engine-ecs-macros = { workspace = true }
+engine-ecs-macros = { workspace = true }
+engine-reflection = { workspace = true }
util-macros = { workspace = true }
vizoxide = { version = "1.0.5", optional = true }