1
0
Fork 0
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:
Jef 2019-04-09 17:35:18 +02:00
commit 1023df6228
2 changed files with 102 additions and 31 deletions

View file

@ -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"