mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +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
|
||||
|
||||
[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" }
|
||||
|
||||
proc-macro-error = "1"
|
||||
proc-macro2 = "1"
|
||||
|
||||
quote = "1"
|
||||
syn = "2"
|
||||
|
||||
rustysynth = "1.3"
|
||||
midly = { version = "0.5", default-features = false, features = [
|
||||
"alloc",
|
||||
|
|
Loading…
Reference in a new issue