vcpkg/ports/cubeb/vcpkg.json

20 lines
369 B
JSON
Raw Normal View History

2022-09-07 03:52:35 +08:00
{
"name": "cubeb",
2023-10-03 11:49:17 +08:00
"version-date": "2023-09-26",
2023-10-10 06:36:14 +08:00
"port-version": 1,
2022-09-07 03:52:35 +08:00
"description": "Cross platform audio library",
"homepage": "https://github.com/mozilla/cubeb",
"license": "ISC",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}