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

valve bsp wip

This commit is contained in:
Robin Appelman 2020-06-25 00:25:48 +02:00
commit 08a1c53535
6 changed files with 568 additions and 712 deletions

View file

@ -14,6 +14,10 @@ bitflags = "1.0"
bv = "0.11"
byteorder = "0.5"
itertools = "0.8"
thiserror = "1.0"
lzma-rs = "0.1.3"
binread = "1.0"
parse-display = "0.1.2"
[features]
bench = []