From 49a2fd7476b6afad6e752aa17d1335a43d58632c Mon Sep 17 00:00:00 2001 From: Brennan Ringey <44489054+stoneface86@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:32:07 -0400 Subject: [PATCH] add rtmidi package (#2687) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 59af7ec..a99c9fd 100644 --- a/packages.json +++ b/packages.json @@ -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",