mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
serde entity parsing
This commit is contained in:
parent
84a66e06a3
commit
f6e2a200ca
14 changed files with 682 additions and 1088 deletions
|
|
@ -20,11 +20,12 @@ lzma-rs = "0.3.0"
|
|||
binrw = "0.13.1"
|
||||
static_assertions = "1.1.0"
|
||||
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"
|
||||
serde = "1.0.193"
|
||||
vdf-reader = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
obj = "0.10"
|
||||
|
|
@ -34,6 +35,4 @@ main_error = "0.1.2"
|
|||
opt-level = 2
|
||||
|
||||
[features]
|
||||
default = ["typed_entities"]
|
||||
typed_entities = ["vbsp-derive"]
|
||||
bench = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue