summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b7b1c4b..c46c55e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -327,6 +327,12 @@ dependencies = [
]
[[package]]
+name = "circular-buffer"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f5610398bbf405be68c4daeadee379d4dca31226cdf9076746a875bc58a69e3"
+
+[[package]]
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -574,6 +580,7 @@ version = "0.1.0"
dependencies = [
"bitflags 2.11.1",
"build-rs",
+ "circular-buffer",
"crossbeam-queue",
"dear-imgui-rs",
"engine-ecs",
@@ -1103,7 +1110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
- "windows-targets 0.48.5",
+ "windows-targets 0.52.6",
]
[[package]]