vcpkg/ports/sentry-native/vcpkg.json
Vitalii Koshura 8a4f87c535
[sentry-native] Update to 0.4.18 (#25333)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-21 13:37:50 -07:00

24 lines
442 B
JSON

{
"name": "sentry-native",
"version": "0.4.18",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",
"supports": "osx | (!arm & !uwp)",
"dependencies": [
{
"name": "curl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}