mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
texture work
This commit is contained in:
parent
b09389770c
commit
f1ead50800
4 changed files with 112 additions and 14 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue