From a82be632f6ec3c3f2e4b675e871d1eb864f11355 Mon Sep 17 00:00:00 2001 From: chentianya Date: Thu, 20 Aug 2026 15:25:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0toml++=E5=AD=90?= =?UTF-8?q?=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ third_party/tomlplusplus | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/tomlplusplus diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6c69223 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/tomlplusplus"] + path = third_party/tomlplusplus + url = https://github.com/marzer/tomlplusplus.git diff --git a/third_party/tomlplusplus b/third_party/tomlplusplus new file mode 160000 index 0000000..3017243 --- /dev/null +++ b/third_party/tomlplusplus @@ -0,0 +1 @@ +Subproject commit 30172438cee64926dc41fdd9c11fb3ba5b2ba9de