vcpkg/ports/cubeb/vcpkg.json
2022-09-06 12:52:35 -07:00

19 lines
348 B
JSON

{
"name": "cubeb",
"version-date": "2022-07-22",
"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
}
]
}