mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:49:00 +08:00
14 lines
288 B
JSON
14 lines
288 B
JSON
|
{
|
||
|
"name": "sentry-native",
|
||
|
"version-semver": "0.4.8",
|
||
|
"description": "Sentry SDK for C, C++ and native applications.",
|
||
|
"homepage": "https://sentry.io/",
|
||
|
"supports": "!(arm | arm64 | uwp)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "curl",
|
||
|
"platform": "!windows"
|
||
|
}
|
||
|
]
|
||
|
}
|