Skip to content

Commit

Permalink
Upgrade SDL3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Oct 5, 2024
1 parent 95b203d commit f9a1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sdl3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(FetchContent)
FetchContent_Declare(SDL3
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
# TODO: Update to stable version when it comes out
GIT_TAG prerelease-3.1.1
GIT_TAG preview-3.1.3
GIT_PROGRESS TRUE)
FetchContent_MakeAvailable(SDL3)
find_package(fmt CONFIG REQUIRED)
Expand Down

0 comments on commit f9a1052

Please sign in to comment.