add rtmidi package (#2687)

This commit is contained in:
Brennan Ringey 2023-08-21 04:32:07 -04:00 committed by GitHub
parent 8036fd6352
commit 49a2fd7476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,23 @@
[
{
"name": "rtmidi",
"url": "https://github.com/stoneface86/nim-rtmidi/",
"method": "git",
"tags": [
"midi",
"cross-platform",
"windows",
"linux",
"macosx",
"audio",
"wrapper",
"library"
],
"description": "Nim bindings for RtMidi, a cross-platform realtime MIDI input/output library.",
"license": "MIT",
"web": "https://github.com/stoneface86/nim-rtmidi/",
"docs": "https://stoneface86.github.io/nim-rtmidi/docs/"
},
{
"name": "luigi",
"url": "https://github.com/neroist/luigi",