From cf726e1f0fa6227797fa750f0cb407609e5083c3 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:28:18 +0000 Subject: [PATCH] chore: restored revision --- 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 4222e548..4d11ecab 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.12.12" +rev = "2023.08.09" # If you face issues with the SDL2 libraries linking process # try to use the following revision instead -- GitLab