vcpkg/ports/libmt32emu/vcpkg.json

18 lines
338 B
JSON
Raw Normal View History

{
"name": "libmt32emu",
2022-08-16 23:59:55 +08:00
"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
}
]
}