From 776d376232c04a34270432cb8b451c5390dc092c Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 13 Jul 2025 15:33:05 +0200 Subject: [PATCH] update imgui to v1.92.1 --- external/imgui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/imgui/CMakeLists.txt b/external/imgui/CMakeLists.txt index a645b89..67f38b1 100644 --- a/external/imgui/CMakeLists.txt +++ b/external/imgui/CMakeLists.txt @@ -10,7 +10,8 @@ if (NOT TARGET imgui) FetchContent_Declare(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git #GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b - GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0 + #GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0 + GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1 EXCLUDE_FROM_ALL )