diff --git a/tracker/agb-midi/Cargo.toml b/tracker/agb-midi/Cargo.toml index 8a0ac4aa..76f95a4b 100644 --- a/tracker/agb-midi/Cargo.toml +++ b/tracker/agb-midi/Cargo.toml @@ -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",