aboutsummaryrefslogtreecommitdiff
path: root/ports/sentry-native/vcpkg.json
blob: 0cd2e1499d970f7e69cc9c9012de6f2f4531b237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "sentry-native",
  "version-semver": "0.4.12",
  "port-version": 2,
  "description": "Sentry SDK for C, C++ and native applications.",
  "homepage": "https://sentry.io/",
  "supports": "!(arm | (arm64 & !osx) | uwp)",
  "dependencies": [
    {
      "name": "curl",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}