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 260bb56..1e10d42 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -12,9 +12,9 @@ tracing = "0.1.39"
seq-macro = "0.3.5"
paste = "1.0.14"
parking_lot = "0.12.3"
-crossbeam-channel = "0.5.15"
safer-ffi = "0.1.13"
nu-ansi-term = "0.46.0"
+crossbeam-queue = "0.3.12"
engine-ecs = { workspace = true }
util-macros = { workspace = true }
opengl-bindings = { workspace = true }