From d9c6d2e979e01785ec638c89251bf3fa2f0aef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Tue, 2 Jan 2024 22:18:08 +0000 Subject: [PATCH] fix: bumped vcpk tag --- frontends/sdl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml index bd40c83a..4222e548 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -45,7 +45,7 @@ features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"] [package.metadata.vcpkg] dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"] git = "https://github.com/microsoft/vcpkg" -rev = "2023.04.15" +rev = "2023.12.12" # If you face issues with the SDL2 libraries linking process # try to use the following revision instead -- GitLab