mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
18 lines
370 B
JSON
18 lines
370 B
JSON
|
{
|
||
|
"name": "jack2",
|
||
|
"version-semver": "1.9.19",
|
||
|
"description": "Cross-platform API that enables device sharing and inter-application audio routing",
|
||
|
"homepage": "https://jackaudio.org/",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|