aboutsummaryrefslogtreecommitdiff
path: root/ports/libhsplasma/vcpkg.json
blob: 3c6ea3930f5c5b4952368398a02081695877de71 (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
26
27
28
29
{
  "name": "libhsplasma",
  "version-string": "2021.06.08",
  "description": "Cross-platform Plasma data and network library",
  "homepage": "https://github.com/H-uru/libhsplasma",
  "supports": "!(arm | uwp)",
  "dependencies": [
    "libjpeg-turbo",
    "libpng",
    "string-theory",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "net": {
      "description": "Network functionality",
      "dependencies": [
        "openssl"
      ]
    }
  }
}