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

texture work

This commit is contained in:
Robin Appelman 2023-12-09 20:25:33 +01:00
commit f1ead50800
4 changed files with 112 additions and 14 deletions

View file

@ -23,6 +23,8 @@ num_enum = "0.7.1"
vbsp-derive = { path = "derive", version = "0.1.0", features = ["__vbsp_as_self"], optional = true }
cgmath = "0.18.0"
zip = { package = "zip-lzma", version = "0.6.3", default-features = false, features = ["lzma"] }
itertools = "0.12.0"
ahash = "0.8.6"
[dev-dependencies]
obj = "0.10"
@ -34,4 +36,4 @@ opt-level = 2
[features]
default = ["typed_entities"]
typed_entities = ["vbsp-derive"]
bench = []
bench = []