2021-03-11 03:06:30 +08:00
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
2021-12-22 12:11:16 +08:00
|
|
|
"version-semver": "0.4.13",
|
2021-03-11 03:06:30 +08:00
|
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
|
|
"homepage": "https://sentry.io/",
|
2021-06-04 03:53:54 +08:00
|
|
|
"supports": "!(arm | (arm64 & !osx) | uwp)",
|
2021-03-11 03:06:30 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"platform": "!windows"
|
2021-07-27 07:54:30 +08:00
|
|
|
},
|
2021-09-04 08:37:59 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-07-27 07:54:30 +08:00
|
|
|
"zlib"
|
2021-03-11 03:06:30 +08:00
|
|
|
]
|
|
|
|
}
|