vcpkg/ports/sentry-native/vcpkg.json
Vitalii Koshura 16be0b49c8
[sentry-native] Update to 0.4.13 (#22119)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-12-21 23:11:16 -05:00

23 lines
439 B
JSON

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