summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-31 23:43:23 +0200
committerHampusM <hampus@hampusmat.com>2026-05-31 23:43:23 +0200
commit81eb01170da4334dce88bd0d9e815d6d28e3c796 (patch)
treea29610db60b7548a7a2aadd8e7ef14084a0a0ffb /engine/Cargo.toml
parentac9bbe183e144105b117f78d923ed5b258c12f69 (diff)
refactor(engine): replace windowing app message channels with queues
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 }