mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:29:11 +08:00
19 lines
420 B
JSON
19 lines
420 B
JSON
|
{
|
||
|
"name": "oboe",
|
||
|
"version": "1.8.0",
|
||
|
"description": "Oboe is a C++ library which makes it easy to build high-performance audio apps on Android",
|
||
|
"homepage": "https://developer.android.com/games/sdk/oboe",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "android",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|