update imgui to v1.90.7

This commit is contained in:
2024-05-28 17:31:36 +02:00
parent ff52f15566
commit 599094c8e4
2 changed files with 2 additions and 3 deletions

View File

@ -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 6ccc561 # v1.90.6
GIT_TAG 00ad3c6 # v1.90.7
EXCLUDE_FROM_ALL
)