From c578632bb471f426b3ada82f618a6e921221ac7f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 31 May 2026 12:27:06 +0200 Subject: [PATCH] third_party: add yyjson submodule --- .gitmodules | 4 ++++ third_party/yyjson | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/yyjson diff --git a/.gitmodules b/.gitmodules index f33ca4f..bcd0f07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,7 @@ [submodule "admin"] path = admin url = git@gitea.disconnected-by-peer.at:mars_nwe/mars-nweadmin.git +[submodule "third_party/yyjson"] + path = third_party/yyjson + url = https://github.com/ibireme/yyjson.git + branch = master diff --git a/third_party/yyjson b/third_party/yyjson new file mode 160000 index 0000000..d608527 --- /dev/null +++ b/third_party/yyjson @@ -0,0 +1 @@ +Subproject commit d60852703c0fab67d488a692c50ed67d18b467ef