mirror of
https://github.com/izzy2lost/libultraship.git
synced 2026-06-19 01:16:13 -07:00
update imgui to docking 1.90.6 (#606)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user