early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/crashpad/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/crashpad/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "crashpad",
|
||||
"version-date": "2022-04-16",
|
||||
"port-version": 1,
|
||||
"description": [
|
||||
"Crashpad is a crash-reporting system.",
|
||||
"Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss."
|
||||
],
|
||||
"homepage": "https://chromium.googlesource.com/crashpad/crashpad/+/master/README.md",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "osx | windows",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-tool-gn",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user