mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[breakpad] Add ATL dependency (#29970)
* [breakpad] Add ATL dependency * update version
This commit is contained in:
parent
ee0b81848f
commit
e69c9817d2
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "breakpad",
|
||||
"version-date": "2022-07-12",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "a set of client and server components which implement a crash-reporting system.",
|
||||
"homepage": "https://github.com/google/breakpad",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!uwp & (!windows | !arm) & (!windows | !arm64)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "atlmfc",
|
||||
"platform": "windows"
|
||||
},
|
||||
"libdisasm",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "79b0efa7b720fb255c442834270b24a396f01de5",
|
||||
"version-date": "2022-07-12",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "268892865b8587f365f04b7f2fe62a2359c405ae",
|
||||
"version-date": "2022-07-12",
|
||||
|
@ -1230,7 +1230,7 @@
|
||||
},
|
||||
"breakpad": {
|
||||
"baseline": "2022-07-12",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"brigand": {
|
||||
"baseline": "1.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user