mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
dcd1ee2a4f
* New port: Oboe audio library / Android * Fixes * Fixes * Fixes * Fixes by review * Update version * Update versions/o-/oboe.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/oboe/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update version --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|