aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/steam-audio/vcpkg.json
blob: a7db5d536593b5b2b41b2c06417184aeda3e6d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "steam-audio",
  "version": "4.7.0",
  "description": "Valve's steam audio library",
  "homepage": "https://github.com/ValveSoftware/steam-audio",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "flatbuffers",
    {
      "name": "flatbuffers",
      "host": true
    },
    "libmysofa",
    "pffft",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}