mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Update imgui and implot (#8762)
Not updating GLFW yet due to a likely future move to SDL.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user