mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[upstream_utils] Add timestamps to commit hashes (#8078)
This commit is contained in:
@@ -57,6 +57,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
def main():
|
||||
name = "imgui"
|
||||
url = "https://github.com/ocornut/imgui.git"
|
||||
# docking on 2023-09-18
|
||||
tag = "64b1e448d20c9be9275af731c34b4c7bf14a8e95"
|
||||
|
||||
imgui = Lib(name, url, tag, copy_upstream_src)
|
||||
|
||||
Reference in New Issue
Block a user