vcpkg/ports/rtmidi/vcpkg.json
2022-04-21 14:48:47 -07:00

19 lines
481 B
JSON

{
"name": "rtmidi",
"version-semver": "5.0.0",
"description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)",
"homepage": "https://github.com/thestk/rtmidi",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}