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:
parent
1023df6228
commit
9b07ca77d6
2 changed files with 324 additions and 134 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue