Ensure that the 'quote' feature is included

This commit is contained in:
Gwilym Inzani 2024-06-05 17:15:55 +01:00
parent f452070154
commit afa8a11b3f

View file

@ -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",