vcpkg/ports/sentry-native/vcpkg.json
Vitalii Koshura 2c844a929b
[sentry-native] Update to 0.5.0 (#26131)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-02 23:18:23 -07:00

24 lines
441 B
JSON

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