mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +08:00
01d6f6ff1e
* [libmt32emu] update from 2.5.3 to 2.6.2 * update version * Add license * update version * Update license * update version
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "libmt32emu",
|
|
"version": "2.6.2",
|
|
"description": "A MT-32 emulator",
|
|
"homepage": "https://github.com/munt/munt/tree/master/mt32emu",
|
|
"license": "GPL-2.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|