From ab049d5c5bde9ee35662a0954d52c0fadc685cb1 Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Tue, 21 Jan 2025 13:13:27 -0800 Subject: [PATCH] using SDL v3.2.0 --- Platform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/CMakeLists.txt b/Platform/CMakeLists.txt index 4884048..ecfb64c 100644 --- a/Platform/CMakeLists.txt +++ b/Platform/CMakeLists.txt @@ -64,7 +64,7 @@ if (NOT DEFINED FOSTER_SDL3_LIBS) FetchContent_Declare( SDL3 GIT_REPOSITORY https://github.com/libsdl-org/sdl - GIT_TAG preview-3.1.6 + GIT_TAG preview-3.2.0 GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(SDL3)