From 54ef292606b317cde480cd1a2e9c305cf993ca85 Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Sun, 2 Nov 2025 10:15:08 -0600 Subject: [PATCH] chore: update vcpkg baseline to 2024.11.16 Updates vcpkg from 2024.05.24 to stable 2024.11.16 release to fix platform-specific build failures. Avoids 2025.x versions which have breaking vcpkgTools.xml changes incompatible with cargo-vcpkg. --- pacman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman/Cargo.toml b/pacman/Cargo.toml index 779ded8..8eda317 100644 --- a/pacman/Cargo.toml +++ b/pacman/Cargo.toml @@ -78,7 +78,7 @@ ignored = ["phf"] [package.metadata.vcpkg] dependencies = ["sdl2", "sdl2-image", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"] git = "https://github.com/microsoft/vcpkg" -rev = "2024.05.24" # to check for a new one, check https://github.com/microsoft/vcpkg/releases +rev = "2024.11.16" # to check for a new one, check https://github.com/microsoft/vcpkg/releases [package.metadata.vcpkg.target] x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }