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