From 0f5b08ec6931fccb73f2a87b3575c376e31156c6 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 8 Dec 2022 00:24:27 -0800 Subject: [PATCH] [wpigui] Update imgui to 1.89.1+ (#4780) --- imgui/CMakeLists.txt | 2 +- shared/imgui.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui/CMakeLists.txt b/imgui/CMakeLists.txt index 76a4ffebe3..17f6f64acc 100644 --- a/imgui/CMakeLists.txt +++ b/imgui/CMakeLists.txt @@ -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 diff --git a/shared/imgui.gradle b/shared/imgui.gradle index 1e35c6e835..04d42651c9 100644 --- a/shared/imgui.gradle +++ b/shared/imgui.gradle @@ -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) } }