vcpkg/ports/libmt32emu/vcpkg.json
JonLiu1993 01d6f6ff1e
[libmt32emu] update from 2.5.3 to 2.6.2 (#23836)
* [libmt32emu] update from 2.5.3 to 2.6.2

* update version

* Add license

* update version

* Update license

* update version
2022-04-01 15:58:02 -07:00

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
}
]
}