vcpkg/ports/libmidi2/vcpkg.json
Andrew Mee b22d2b7f5b
[libmidi2] Update to v0.13 (#41477)
Co-authored-by: Andrew Mee <andrew@midi2.dev>
2024-10-11 10:37:43 -04:00

18 lines
369 B
JSON

{
"name": "libmidi2",
"version": "0.13",
"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
}
]
}