sync imgui, update to 1.90.6

This commit is contained in:
Green Sky 2024-05-15 13:33:45 +02:00
parent 4e4b35703f
commit 884033fe5c
No known key found for this signature in database

View File

@ -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
)