From 5450233eb70715a31027b43b07c137252762d93a Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 18 Jan 2025 14:36:23 +0100 Subject: [PATCH] update imgui to v1.91.7 --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 2cb1395..f752cc3 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 cb16568 # v1.91.3 + GIT_TAG 5c1d2d1e4c562a2ed3efbc64476e703a655b45fd # v1.91.7 EXCLUDE_FROM_ALL CONFIGURE_COMMAND "" # remove? )