updated SDL3 version

This commit is contained in:
2025-12-27 20:12:08 +08:00
parent 2dbecfd9cc
commit 06817ccebc

View File

@@ -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)