update imgui

This commit is contained in:
Green Sky 2024-08-07 11:07:59 +02:00
parent 599094c8e4
commit c4608bb3c9
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ if (NOT TARGET imgui)
message("II using FetchContent imgui") message("II using FetchContent imgui")
FetchContent_Declare(imgui FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG 00ad3c6 # v1.90.7 GIT_TAG 8199457 # v1.91.0
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
) )