diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 20:32:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 20:32:06 +0200 |
commit | 356e6976f10973ec5e1678534c9d8d9742033bee (patch) | |
tree | 455e671ff0c24b876f3156ee56e61e43d608decb /Cargo.lock | |
parent | 4e2f42cc87e33752c76e866009786d4f827d9cb2 (diff) | |
download | hurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar hurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar.bz2 hurrycurry-356e6976f10973ec5e1678534c9d8d9742033bee.tar.zst |
a
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", |