1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

binread -> binrw

This commit is contained in:
Robin Appelman 2022-02-17 21:47:08 +01:00
commit a785884bc1
5 changed files with 21 additions and 36 deletions

View file

@ -16,13 +16,15 @@ bv = "0.11.1"
itertools = "0.10.3"
thiserror = "1.0.30"
lzma-rs = "0.2.0"
binread = "2.2.0"
binrw = "0.8.0"
parse-display = "0.5.3"
static_assertions = "1.1.0"
miette = "3.2.0"
[dev-dependencies]
obj = "0.10"
main_error = "0.1.0"
miette = { version = "3.2.0", features = ["fancy"] }
[features]
bench = []