port to imgui v1.92.0

This commit is contained in:
Green Sky
2025-07-01 23:58:26 +02:00
parent 40df69d8f0
commit cfb7d22b23
5 changed files with 10 additions and 11 deletions

View File

@ -9,7 +9,8 @@ endif()
if (NOT TARGET imgui)
FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b
#GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b
GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0
EXCLUDE_FROM_ALL
)