mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
0fb75abb60
* Update wildmidi to 0.4.5 * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
340 B
JSON
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
|
|
}
|
|
]
|
|
}
|