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
|
|
@ -12,10 +12,11 @@ edition = "2021"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "1.0.82"
|
||||
quote = "1.0.10"
|
||||
proc-macro2 = "1.0.33"
|
||||
syn_util = "0.4.2"
|
||||
syn = "2.0.39"
|
||||
quote = "1.0.33"
|
||||
proc-macro2 = "1.0.69"
|
||||
structmeta = "0.2.0"
|
||||
merge = "0.1.0"
|
||||
|
||||
[features]
|
||||
__vbsp_as_self = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue