mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
c34f577c4d
* [rtmidi] Fix cmake usage * version * change to version * version
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "rtmidi",
|
|
"version": "5.0.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|