mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
cleanup and updates
This commit is contained in:
parent
f6e2a200ca
commit
f414c8cc97
6 changed files with 150 additions and 176 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -9,23 +9,23 @@ license = "MIT"
|
|||
edition = "2021"
|
||||
readme = "README.md"
|
||||
exclude = ["*.bsp"]
|
||||
rust-version = "1.67.0"
|
||||
rust-version = "1.70.0"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.7.4"
|
||||
bitflags = "2.4.1"
|
||||
arrayvec = "0.7.6"
|
||||
bitflags = "2.6.0"
|
||||
bv = "0.11.1"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.63"
|
||||
lzma-rs = "0.3.0"
|
||||
binrw = "0.13.1"
|
||||
binrw = "0.14.0"
|
||||
static_assertions = "1.1.0"
|
||||
num_enum = "0.7.1"
|
||||
num_enum = "0.7.2"
|
||||
cgmath = "0.18.0"
|
||||
zip = { package = "zip-lzma", version = "0.6.3", default-features = false, features = ["lzma"] }
|
||||
itertools = "0.12.0"
|
||||
ahash = "0.8.6"
|
||||
serde = "1.0.193"
|
||||
vdf-reader = "0.1.0"
|
||||
itertools = "0.13.0"
|
||||
ahash = "0.8.11"
|
||||
serde = "1.0.209"
|
||||
vdf-reader = "0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
obj = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue