From 884033fe5cec26ab4970acd31ab4d76b9f8a156d Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 15 May 2024 13:33:45 +0200 Subject: [PATCH] sync imgui, update to 1.90.6 --- external/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 430a6b5..73c512d 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -19,7 +19,8 @@ if (NOT TARGET imgui) FetchContent_Declare(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git #GIT_TAG d6cb3c9 # v1.90.1 - GIT_TAG b475309fa1e # tomato at ~v0.2 + #GIT_TAG b475309fa1e # tomato at ~v0.2 + GIT_TAG 6ccc561 # v1.90.6 EXCLUDE_FROM_ALL )