[build] Upgrade imgui and implot (#5668)

Upgrade implot to fix deprecation warning for sprintf(), and upgrade
imgui docking branch to match.
This commit is contained in:
Tyler Veness
2023-09-19 23:38:17 -07:00
committed by GitHub
parent 87ce1e3761
commit 97021f074a
9 changed files with 17 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
nativeUtils {
nativeDependencyContainer {
imgui(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2023"
groupId = "edu.wpi.first.thirdparty.frc2024"
artifactId = "imgui"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '1.89.1-2'
version = '1.89.9-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}