Răsfoiți Sursa

testbed: updated SDL3 version

Michele Caini 11 luni în urmă
părinte
comite
dedad6a03e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      testbed/CMakeLists.txt

+ 1 - 1
testbed/CMakeLists.txt

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