vcpkg/ports/wildmidi/vcpkg.json
chausner 0fb75abb60
[wildmidi] Update to 0.4.5 (#29255)
* Update wildmidi to 0.4.5

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 12:56:20 -08:00

18 lines
340 B
JSON

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