aboutsummaryrefslogtreecommitdiff
path: root/ports/sentry-native/vcpkg.json
blob: 84840940e50f4528f98dc1123c08da7a61bc2fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "sentry-native",
  "version-semver": "0.4.12",
  "description": "Sentry SDK for C, C++ and native applications.",
  "homepage": "https://sentry.io/",
  "supports": "!(arm | (arm64 & !osx) | uwp)",
  "dependencies": [
    {
      "name": "curl",
      "platform": "!windows"
    },
    "zlib"
  ]
}