mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Ensure that the 'quote' feature is included
This commit is contained in:
parent
f452070154
commit
afa8a11b3f
|
@ -11,12 +11,14 @@ repository = "https://github.com/agbrs/agb"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
agb_tracker_interop = { version = "0.20.5", path = "../agb-tracker-interop", features = ["quote"] }
|
||||||
agb_midi_core = { version = "0.20.5", path = "../agb-midi-core" }
|
agb_midi_core = { version = "0.20.5", path = "../agb-midi-core" }
|
||||||
|
|
||||||
proc-macro-error = "1"
|
proc-macro-error = "1"
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
|
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = "2"
|
syn = "2"
|
||||||
|
|
||||||
rustysynth = "1.3"
|
rustysynth = "1.3"
|
||||||
midly = { version = "0.5", default-features = false, features = [
|
midly = { version = "0.5", default-features = false, features = [
|
||||||
"alloc",
|
"alloc",
|
||||||
|
|
Loading…
Reference in a new issue