pineapple-src/externals/vcpkg/ports/sentry-native/vcpkg.json
2022-07-23 03:01:36 +02:00

23 lines
442 B
JSON
Executable file

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