mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
30397d49ff
* [portsmf] * update version
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "portsmf",
|
|
"version": "239",
|
|
"description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.",
|
|
"homepage": "https://codeberg.org/tenacityteam/portsmf",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|