update imgui to docking 1.90.6 (#606)

This commit is contained in:
briaguya
2024-05-27 11:58:12 -04:00
committed by GitHub
parent 3e4b6c81c6
commit 38aed9f08e
+1 -1
View File
@@ -6,7 +6,7 @@ find_package(OpenGL QUIET)
FetchContent_Declare(
ImGui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG ce0d0ac8298ce164b5d862577e8b087d92f6e90e # docking 1.90.0
GIT_TAG v1.90.6-docking
)
FetchContent_MakeAvailable(ImGui)
list(APPEND ADDITIONAL_LIB_INCLUDES ${imgui_SOURCE_DIR} ${imgui_SOURCE_DIR}/backends)