vcpkg/ports/wildmidi/vcpkg.json
MonicaLiu d1e9e31b11
[wildmidi] Update to 0.4.6 and fix the usage (#43123)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2025-01-07 11:56:46 -05:00

18 lines
340 B
JSON

{
"name": "wildmidi",
"version": "0.4.6",
"description": "MIDI software synthesizer library.",
"homepage": "https://github.com/Mindwerks/wildmidi",
"license": "LGPL-3.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}