feat(cmake): update ImGui to latest release (#2621)

This commit is contained in:
Andreas Maerten
2023-12-21 16:01:47 +01:00
committed by GitHub
parent b2acc7e807
commit 9beaff807d
3 changed files with 3 additions and 9 deletions

View File

@ -2,7 +2,7 @@ include(FetchContent)
FetchContent_Declare(
imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG 94c46d74869ec991c101c187088da0f25d6c8e40
GIT_TAG v1.90
GIT_PROGRESS TRUE
)
message("ImGui")