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