vcpkg/ports/cubeb/vcpkg.json
2023-10-09 15:36:14 -07:00

20 lines
369 B
JSON

{
"name": "cubeb",
"version-date": "2023-09-26",
"port-version": 1,
"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
}
]
}