mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
20 lines
369 B
JSON
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
|
|
}
|
|
]
|
|
}
|