summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index fa30dd0..df29fd3 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -14,6 +14,7 @@ paste = "1.0.14"
safer-ffi = "0.1.13"
crossbeam-queue = "0.3.12"
parking_lot = "0.12.3"
+circular-buffer = "2.0.0"
engine-macros = { workspace = true }
engine-ecs = { workspace = true }
engine-reflection = { workspace = true }