mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
b34998bd32
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "sentry-native",
|
|
"version": "0.6.7",
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
"homepage": "https://sentry.io/",
|
|
"license": "MIT",
|
|
"supports": "osx | linux | (!arm & !uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"backend",
|
|
"transport"
|
|
],
|
|
"features": {
|
|
"backend": {
|
|
"description": [
|
|
"Enables the platform-specific backend.",
|
|
"This feature does nothing for some platforms.",
|
|
"Cf. https://github.com/getsentry/sentry-native#compile-time-options"
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"$comment": "zlib is used by the crashpad backend.",
|
|
"name": "zlib",
|
|
"platform": "!android & !ios"
|
|
}
|
|
]
|
|
},
|
|
"transport": {
|
|
"description": [
|
|
"Enables the platform-specific network transport.",
|
|
"This feature does nothing for some platforms.",
|
|
"Cf. https://github.com/getsentry/sentry-native#compile-time-options"
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|