Meta: Update vcpkg to latest master

This commit is contained in:
Sam Atkins 2025-04-22 15:42:14 +01:00 committed by Tim Flynn
commit da5a9e548d
Notes: github-actions[bot] 2025-04-22 16:38:06 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve() script_dir = pathlib.Path(__file__).parent.resolve()
git_repo = "https://github.com/microsoft/vcpkg.git" git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4" # main on 2025-04-12 git_rev = "d6995a0cf3cafda5e9e52749fad075dd62bfd90c" # main on 2025-05-22
build_dir = script_dir.parent / "Build" build_dir = script_dir.parent / "Build"
build_dir.mkdir(parents=True, exist_ok=True) build_dir.mkdir(parents=True, exist_ok=True)

View file

@ -1,5 +1,5 @@
{ {
"builtin-baseline": "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4", "builtin-baseline": "d6995a0cf3cafda5e9e52749fad075dd62bfd90c",
"dependencies": [ "dependencies": [
{ {
"name": "angle", "name": "angle",
@ -123,7 +123,7 @@
"features": [ "features": [
"zstd" "zstd"
] ]
}, },
{ {
"name": "vulkan-headers", "name": "vulkan-headers",
"platform": "!android" "platform": "!android"