aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dpp/vcpkg.json
blob: e4f8344460e96e5880aaf4dd1bd80e2e11380135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "dpp",
  "version": "10.1.3",
  "description": "D++ Extremely Lightweight C++ Discord Library.",
  "homepage": "https://dpp.dev/",
  "license": "Apache-2.0",
  "supports": "(windows & !static & !uwp) | linux | osx",
  "dependencies": [
    "nlohmann-json",
    "openssl",
    "opus",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}