mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
displacement map reading
This commit is contained in:
parent
21b78f9efe
commit
d3b614c76d
4 changed files with 387 additions and 198 deletions
|
|
@ -19,6 +19,7 @@ lzma-rs = "0.2.0"
|
|||
binrw = "0.8.0"
|
||||
static_assertions = "1.1.0"
|
||||
miette = "3.2.0"
|
||||
num_enum = "0.5.6"
|
||||
|
||||
[dev-dependencies]
|
||||
obj = "0.10"
|
||||
|
|
@ -27,3 +28,6 @@ miette = { version = "3.2.0", features = ["fancy"] }
|
|||
|
||||
[features]
|
||||
bench = []
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue