From 5b74526f832509fbec801337168137f8583c1bd6 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 15 Jul 2025 12:13:27 +0200 Subject: [PATCH] update imgui --- external/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index f752cc3..b763880 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -6,9 +6,8 @@ if (NOT TARGET imgui) message("II using FetchContent imgui") FetchContent_Declare(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git - GIT_TAG 5c1d2d1e4c562a2ed3efbc64476e703a655b45fd # v1.91.7 + GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1 EXCLUDE_FROM_ALL - CONFIGURE_COMMAND "" # remove? ) FetchContent_GetProperties(imgui)