vcpkg/ports/sentry-native/vcpkg.json
Vitalii Koshura df574baff7
[sentry-native] Update to 0.4.8 (#16550)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-10 13:06:30 -06:00

14 lines
288 B
JSON

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