[upstream_utils] Update imgui and implot (#8762)

Not updating GLFW yet due to a likely future move to SDL.
This commit is contained in:
Peter Johnson
2026-04-12 12:19:32 -07:00
committed by GitHub
parent d76486d885
commit 476b9641c1
47 changed files with 27710 additions and 12792 deletions

View File

@@ -28,8 +28,7 @@ def copy_upstream_src(wpilib_root: Path):
def main():
name = "implot"
url = "https://github.com/epezent/implot.git"
# master on 2023-08-19
tag = "18c72431f8265e2b0b5378a3a73d8a883b2175ff"
tag = "v1.0"
implot = Lib(name, url, tag, copy_upstream_src)
implot.main()