From 390b36ba846d0e6aff19f3cf9d218f9f313ecaef Mon Sep 17 00:00:00 2001 From: Louis Gombert Date: Mon, 28 Oct 2024 00:50:58 +0100 Subject: [PATCH] VCPKG: bump SDL2 from 2.30.3 to 2.30.8 --- vcpkg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index ce560a7d..4360dee9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "builtin-baseline": "198d68dbcc6c907cb3d0b9b1d93c3df6ecf93c62", + "builtin-baseline": "e60236ee051183f1122066bee8c54a0b47c43a60", "dependencies": [ "glm", "gtest", @@ -7,27 +7,27 @@ "zlib", { "name": "sdl2", - "version>=": "2.30.3", + "version>=": "2.30.8", "features": ["x11", "wayland", "alsa"], "default-features": false, "platform": "linux & !native" }, { "name": "sdl2", - "version>=": "2.30.3", + "version>=": "2.30.8", "features": ["x11","wayland", "alsa"], "platform": "linux & native" }, { "name": "sdl2", - "version>=": "2.30.3", + "version>=": "2.30.8", "platform": "!linux" } ], "overrides": [ { "name": "sdl2", - "version": "2.30.3" + "version": "2.30.8" } ] } \ No newline at end of file