mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "libmt32emu",
|
|
"version": "2.7.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|