vcpkg/ports/libremidi/vcpkg.json
Jia Yue Hua 6653330b70
[alsa,libremidi] update to 1.2.11,4.3.0 (#36633)
* [alsa] update to 1.2.11

* [alsa] update to 1.2.11

* [libremidi] update to 4.3.0

* [libremidi] update to 4.3.0
2024-02-07 22:26:06 -08:00

22 lines
414 B
JSON

{
"name": "libremidi",
"version": "4.3.0",
"description": "A modern C++ MIDI real-time & file I/O library",
"homepage": "https://github.com/jcelerier/libremidi",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}