update imgui

This commit is contained in:
Green Sky
2025-10-07 21:55:26 +02:00
parent 5b74526f83
commit cfa42557dc

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 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1
GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3
EXCLUDE_FROM_ALL
)