vcpkg/ports/breakpad/vcpkg.json
Jack·Boos·Yu 3579b5cff0
[libdisasm] Support uwp (#21815)
* [libdisasm] Support uwp

* version

* Add dependency vcpkg-cmake

* version

* [breakpad] drop support with uwp

* version

* use _CRT_SECURE_NO_WARNINGS instead

* version
2021-12-06 20:45:20 -08:00

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"
]
}