summaryrefslogtreecommitdiff
path: root/engine-ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-07 00:41:15 +0200
committerHampusM <hampus@hampusmat.com>2026-06-07 01:20:04 +0200
commit3f099cddf16f2e7e002cc24217ed3cc5da422156 (patch)
treee6ed78738b3b9fff8f4502d4ed909380b9bebf75 /engine-ecs/Cargo.toml
parent582128a649abc2f460ca00f45571deaf28dd526e (diff)
feat(engine-ecs): add component reflection supportHEADmaster
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 }