mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
derive: update to syn2 and structmeta
This commit is contained in:
parent
1042648059
commit
7aacb8a6eb
7 changed files with 332 additions and 86 deletions
|
|
@ -20,7 +20,7 @@ lzma-rs = "0.2.0"
|
|||
binrw = "0.10.0"
|
||||
static_assertions = "1.1.0"
|
||||
num_enum = "0.5.7"
|
||||
vbsp-derive = { path = "derive", version = "0.1.0" }
|
||||
vbsp-derive = { path = "derive", version = "0.1.0", features = ["__vbsp_as_self"] }
|
||||
cgmath = "0.18.0"
|
||||
zip = { package = "zip-lzma", version = "0.6.3", default-features = false, features = ["lzma"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue