Skip to content

Commit

Permalink
update cgmanifest and vcpkg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Jul 19, 2024
1 parent 09211d5 commit ac7db80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/madler/zlib.git",
"commitHash": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf"
}
}
},
{
"component": {
"type": "git",
Expand Down
11 changes: 8 additions & 3 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"c-ares"
]
},
"nlohmann-json"
"nlohmann-json",
"zlib"
],
"overrides": [
{
Expand All @@ -26,12 +27,16 @@
{
"name": "nlohmann-json",
"version": "3.11.3"
},
{
"name": "zlib",
"version": "1.3.1"
}
],
"vcpkg-configuration": {
"overlay-triplets": [
"./VcpkgCustomTriplets"
]
},
"builtin-baseline": "f56238700757aa05975e41fa835739c632810f3f"
}
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
}

0 comments on commit ac7db80

Please sign in to comment.