mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Remove some features from syn
This commit is contained in:
parent
875a0fbb65
commit
11891e574f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
||||||
syn = { version = "2", features = ["full"] }
|
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
asefile = "0.3.5"
|
asefile = "0.3.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue