mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
cleanup
This commit is contained in:
parent
94614153b8
commit
d787777d92
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -920,7 +920,6 @@ dependencies = [
|
||||||
"binrw",
|
"binrw",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"bv",
|
"bv",
|
||||||
"cgmath",
|
|
||||||
"criterion",
|
"criterion",
|
||||||
"itertools 0.14.0",
|
"itertools 0.14.0",
|
||||||
"lzma-rs",
|
"lzma-rs",
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ lzma-rs = "0.3.0"
|
||||||
binrw = "0.14.1"
|
binrw = "0.14.1"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
num_enum = "0.7.3"
|
num_enum = "0.7.3"
|
||||||
cgmath = "0.18.0"
|
|
||||||
zip = { package = "zip-lzma", version = "0.6.3", default-features = false, features = ["lzma"] }
|
zip = { package = "zip-lzma", version = "0.6.3", default-features = false, features = ["lzma"] }
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
ahash = "0.8.11"
|
ahash = "0.8.11"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue