Explorar el Código

testbed: updated SDL3 version

Michele Caini hace 11 meses
padre
commit
dedad6a03e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testbed/CMakeLists.txt

+ 1 - 1
testbed/CMakeLists.txt

@@ -7,7 +7,7 @@ include(FetchContent)
 FetchContent_Declare(
 FetchContent_Declare(
     SDL3
     SDL3
     GIT_REPOSITORY https://github.com/libsdl-org/SDL
     GIT_REPOSITORY https://github.com/libsdl-org/SDL
-    GIT_TAG release-3.2.8
+    GIT_TAG release-3.2.10
     GIT_SHALLOW 1
     GIT_SHALLOW 1
 )
 )