mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:29:03 +08:00
3579b5cff0
* [libdisasm] Support uwp * version * Add dependency vcpkg-cmake * version * [breakpad] drop support with uwp * version * use _CRT_SECURE_NO_WARNINGS instead * version
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"name": "breakpad",
|
|
"version-string": "2020-09-14",
|
|
"port-version": 4,
|
|
"description": "a set of client and server components which implement a crash-reporting system.",
|
|
"homepage": "https://github.com/google/breakpad",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libdisasm"
|
|
]
|
|
}
|