From ec765d311457d0e6fec67f02e64070ee67cfe43b Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Tue, 7 Jun 2022 10:59:53 +0200 Subject: [PATCH] midi 0.2.0 (#522) * MIDI 0.2.0 * Update midi-0.2.0.toml * Update midi-0.2.0.toml --- index/mi/midi/midi-0.2.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/mi/midi/midi-0.2.0.toml diff --git a/index/mi/midi/midi-0.2.0.toml b/index/mi/midi/midi-0.2.0.toml new file mode 100644 index 00000000..df451261 --- /dev/null +++ b/index/mi/midi/midi-0.2.0.toml @@ -0,0 +1,18 @@ +name = "midi" +description = "Library to encode and decode MIDI messages" +version = "0.2.0" +licenses = "MIT" +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] +website = "https://github.com/Fabien-Chouteau/MIDI" +tags = ["midi", "embedded", "nostd"] + +[[depends-on]] +hal = "~0.3.0" +bbqueue = "~0.3.0" +gnat = ">=11" + +[origin] +commit = "6a6306df92ca026119ef193d8837ba9ef9eebfd1" +url = "git+https://github.com/Fabien-Chouteau/MIDI.git"