vcpkg/ports/libmidi2/vcpkg.json
2024-03-22 15:46:38 -07:00

18 lines
368 B
JSON

{
"name": "libmidi2",
"version": "0.7",
"description": "General purpose Midi 2 library for bytestream conversions and midi-ci",
"homepage": "https://github.com/midi2-dev/AM_MIDI2.0Lib",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}