update imgui

This commit is contained in:
Green Sky
2025-10-07 22:01:58 +02:00
parent 0fc34b42d4
commit 80f9a857d3

View File

@@ -18,7 +18,7 @@ endif()
if (NOT TARGET 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
)