mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
a3aec9d93b
* [libmt32emu] update to 2.7.1 * [libmt32emu] update to 2.7.1 * fix homepage
18 lines
318 B
JSON
18 lines
318 B
JSON
{
|
|
"name": "libmt32emu",
|
|
"version": "2.7.1",
|
|
"description": "A MT-32 emulator",
|
|
"homepage": "https://github.com/munt/munt",
|
|
"license": "GPL-2.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|