vcpkg/ports/sentry-native/vcpkg.json

14 lines
288 B
JSON
Raw Normal View History

{
"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"
}
]
}