vcpkg/ports/cubeb/vcpkg.json

19 lines
348 B
JSON
Raw Normal View History

2022-09-07 03:52:35 +08:00
{
"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
}
]
}