summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index cd4902f..9b91df8 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -15,7 +15,7 @@ parking_lot = "0.12.3"
crossbeam-channel = "0.5.15"
safer-ffi = "0.1.13"
nu-ansi-term = "0.46.0"
-ecs = { workspace = true }
+engine-ecs = { workspace = true }
util-macros = { workspace = true }
opengl-bindings = { workspace = true }
engine-macros = { workspace = true }