From 9b6358eb7d90dbeb27f85e8bf24198e334d8dec7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:33:52 -0400 Subject: [PATCH] chore(deps): use lizardbyte-common for python helpers --- .gitmodules | 4 ++++ third-party/lizardbyte-common | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 third-party/lizardbyte-common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6c025db --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "third-party/lizardbyte-common"] + path = third-party/lizardbyte-common + url = https://github.com/LizardByte/lizardbyte-common.git + branch = master diff --git a/third-party/lizardbyte-common b/third-party/lizardbyte-common new file mode 160000 index 0000000..fd6c6b4 --- /dev/null +++ b/third-party/lizardbyte-common @@ -0,0 +1 @@ +Subproject commit fd6c6b4466462e6075035036bb15fd230d4ad8ff