mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
2c844a929b
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
24 lines
441 B
JSON
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"
|
|
]
|
|
}
|