summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent582128a649abc2f460ca00f45571deaf28dd526e (diff)
feat(engine-ecs): add component reflection supportHEADmaster
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f0a0129..6a70f80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -672,6 +672,7 @@ dependencies = [
"backtrace",
"criterion",
"engine-ecs-macros",
+ "engine-reflection",
"hashbrown 0.15.2",
"parking_lot",
"paste",