vcpkg/ports/sentry-native/vcpkg.json
Vitalii Koshura 8f4085527d
[sentry-native] Update to 0.4.12 (#19339)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-08-05 03:03:11 -07:00

15 lines
310 B
JSON

{
"name": "sentry-native",
"version-semver": "0.4.12",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",
"dependencies": [
{
"name": "curl",
"platform": "!windows"
},
"zlib"
]
}