From dce226a28eabb0ecdb599c008e7daab717c35ee5 Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Fri, 22 Mar 2024 15:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9B=B4=E6=96=B0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/spdlog | 2 +- update.bat | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 update.bat diff --git a/third_party/spdlog b/third_party/spdlog index 69d412b..390428a 160000 --- a/third_party/spdlog +++ b/third_party/spdlog @@ -1 +1 @@ -Subproject commit 69d412b5260ffdb67b2f18a60f4eb1043035d1cf +Subproject commit 390428aae168bf0df8a6fb4db093e347888daac9 diff --git a/update.bat b/update.bat new file mode 100644 index 0000000..f7160bf --- /dev/null +++ b/update.bat @@ -0,0 +1,16 @@ +cd third_party + +cd rtaudio +git pull +cd .. + +cd spdlog +git checkout v2.x +git pull +cd .. + +cd taskflow +git pull +cd .. + +pause \ No newline at end of file