Răsfoiți Sursa

testbed: updated refs

skypjack 4 zile în urmă
părinte
comite
29a11aa97e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      testbed/CMakeLists.txt

+ 2 - 2
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.10
+    GIT_TAG release-3.4.12
     GIT_SHALLOW 1
     GIT_SHALLOW 1
 )
 )
 
 
@@ -21,7 +21,7 @@ FetchContent_MakeAvailable(SDL3)
 FetchContent_Declare(
 FetchContent_Declare(
     imgui
     imgui
     GIT_REPOSITORY https://github.com/ocornut/imgui
     GIT_REPOSITORY https://github.com/ocornut/imgui
-    GIT_TAG v1.91.9
+    GIT_TAG v1.92.8
     GIT_SHALLOW 1
     GIT_SHALLOW 1
 )
 )