1
0
Fork 0
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:
Robin Appelman 2024-08-29 00:01:42 +02:00
commit f414c8cc97
6 changed files with 150 additions and 176 deletions

View file

@ -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"