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

Be strict about the number of elements

This commit is contained in:
Jef 2019-04-10 08:21:15 +02:00
commit 9b07ca77d6
2 changed files with 324 additions and 134 deletions

View file

@ -10,6 +10,10 @@ description = "Crate to load BSP files efficiently - currently only works for Qu
license = "MIT"
[dependencies]
bitflags = "1.0"
byteorder = "0.5"
arrayvec = "0.4"
bitflags = "1.0"
bv = "0.11"
byteorder = "0.5"
[features]
bench = []