Michele Caini 11 месяцев назад
Родитель
Сommit
dedad6a03e
1 измененных файлов с 1 добавлено и 1 удалено
  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
 )