mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
Use real bitflags instead of raw int
This commit is contained in:
parent
4e40c9f049
commit
1023df6228
2 changed files with 102 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bsp"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Vurich <jackefransham@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
@ -10,5 +10,6 @@ description = "Crate to load BSP files efficiently - currently only works for Qu
|
|||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
byteorder = "0.5"
|
||||
arrayvec = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue