mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
16be0b49c8
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"name": "sentry-native",
|
|
"version-semver": "0.4.13",
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
"homepage": "https://sentry.io/",
|
|
"supports": "!(arm | (arm64 & !osx) | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|