summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 20:32:06 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 20:32:06 +0200
commit356e6976f10973ec5e1678534c9d8d9742033bee (patch)
tree455e671ff0c24b876f3156ee56e61e43d608decb /Cargo.lock
parent4e2f42cc87e33752c76e866009786d4f827d9cb2 (diff)
downloadhurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar
hurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar.bz2
hurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar.zst
a
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9bd87459..69fb8a85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -313,6 +313,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
[[package]]
+name = "c_vec"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fdd7a427adc0135366d99db65b36dae9237130997e560ed61118041fb72be6e8"
+
+[[package]]
name = "cc"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1628,6 +1634,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b498da7d14d1ad6c839729bd4ad6fc11d90a57583605f3b4df2cd709a9cd380"
dependencies = [
"bitflags 1.3.2",
+ "c_vec",
"lazy_static",
"libc",
"sdl2-sys",