From 06817ccebc964fb9860424b62577158a76cabe03 Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sat, 27 Dec 2025 20:12:08 +0800 Subject: [PATCH] updated SDL3 version --- cmake/SDL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SDL.cmake b/cmake/SDL.cmake index 22b7334..c9e47a1 100644 --- a/cmake/SDL.cmake +++ b/cmake/SDL.cmake @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare( SDL3 GIT_REPOSITORY https://github.com/libsdl-org/SDL.git - GIT_TAG release-3.2.4 + GIT_TAG release-3.2.28 ) FetchContent_MakeAvailable(SDL3)