Skip to content

Commit

Permalink
update imgui to docking 1.90.6
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed May 27, 2024
1 parent 0c4b491 commit 6f19a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f19a38

Please sign in to comment.