From 91b3e5450197bc8fbd15e299e213e9e7398881af Mon Sep 17 00:00:00 2001 From: Martin Helmut Fieber Date: Sat, 9 Nov 2024 22:40:42 +0100 Subject: [PATCH] Upgrade dependencies --- vendor/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index d393a4a..98513ef 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -23,19 +23,19 @@ FetchContent_Declare( FetchContent_Declare( imgui GIT_REPOSITORY "https://github.com/ocornut/imgui.git" - GIT_TAG 68aa9a86ec933510073932980a0940742ecc833c # Branch: docking, date: 10.09.2024, 04:29 GMT+2 + GIT_TAG 368123ab06b2b573d585e52f84cd782c5c006697 # Branch: docking, date: 07.11.2024, 07:58 GMT+1 ) FetchContent_Declare( SDL2 GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git" - GIT_TAG release-2.30.7 + GIT_TAG release-2.30.9 ) FetchContent_Declare( spdlog GIT_REPOSITORY "https://github.com/gabime/spdlog.git" - GIT_TAG v1.14.1 + GIT_TAG v1.15.0 ) # Settings