vcpkg/ports/sentry-native/vcpkg.json

23 lines
439 B
JSON
Raw Normal View History

{
"name": "sentry-native",
"version-semver": "0.4.13",
"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"
]
}