aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oboe/vcpkg.json
blob: e06d124b617cd243185ce178ec5dc1211b24bc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}