mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +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",
|
"name": "breakpad",
|
||||||
"version-date": "2022-07-12",
|
"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.",
|
"description": "a set of client and server components which implement a crash-reporting system.",
|
||||||
"homepage": "https://github.com/google/breakpad",
|
"homepage": "https://github.com/google/breakpad",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"supports": "!uwp & (!windows | !arm) & (!windows | !arm64)",
|
"supports": "!uwp & (!windows | !arm) & (!windows | !arm64)",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "atlmfc",
|
||||||
|
"platform": "windows"
|
||||||
|
},
|
||||||
"libdisasm",
|
"libdisasm",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "79b0efa7b720fb255c442834270b24a396f01de5",
|
||||||
|
"version-date": "2022-07-12",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "268892865b8587f365f04b7f2fe62a2359c405ae",
|
"git-tree": "268892865b8587f365f04b7f2fe62a2359c405ae",
|
||||||
"version-date": "2022-07-12",
|
"version-date": "2022-07-12",
|
||||||
|
@ -1230,7 +1230,7 @@
|
|||||||
},
|
},
|
||||||
"breakpad": {
|
"breakpad": {
|
||||||
"baseline": "2022-07-12",
|
"baseline": "2022-07-12",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"brigand": {
|
"brigand": {
|
||||||
"baseline": "1.3.0",
|
"baseline": "1.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user