aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/audioengine/vcpkg.json
blob: 5d6a82273b8ed5bbd7dc17a6dbf044c2442d6711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "audioengine",
  "version": "1.2",
  "description": "AudioEngine created using C++, FFMPEG and OpenAL for a student",
  "homepage": "https://github.com/Darkx32/AudioEngine",
  "license": "MIT",
  "supports": "x64 & (windows | linux)",
  "dependencies": [
    "ffmpeg",
    "openal-soft",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}