From cfa42557dccc3220cb6de4820f32df7dffdd796e Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 7 Oct 2025 21:55:26 +0200 Subject: [PATCH] update imgui --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index b763880..d0d00de 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -6,7 +6,7 @@ if (NOT TARGET imgui) message("II using FetchContent imgui") FetchContent_Declare(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git - GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1 + GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3 EXCLUDE_FROM_ALL )