mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:56:59 +08:00
19 lines
348 B
JSON
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
|
|
}
|
|
]
|
|
}
|