[wpigui] Update imgui to 1.89.1+ (#4780)

This commit is contained in:
Peter Johnson
2022-12-08 00:24:27 -08:00
committed by GitHub
parent fba191099c
commit 0f5b08ec69
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ FetchContent_Declare(
FetchContent_Declare(
imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG aceab9a877de0258d19d29a5d87a51b63a8999bf
GIT_TAG 3ea0fad204e994d669f79ed29dcaf61cd5cb571d
)
FetchContent_Declare(
implot

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '1.88-12'
version = '1.89.1-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}