mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:49:00 +08:00
8289310816
Co-authored-by: Andrew Mee <andrew@midi2.dev>
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "libmidi2",
|
|
"version": "0.11",
|
|
"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
|
|
}
|
|
]
|
|
}
|