[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

@@ -4,6 +4,7 @@
#pragma once
#define IMGUI_DEFINE_MATH_OPERATORS
#include <imgui.h>
void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0,