From 44f2bfc5bdab3a90f4353f5f8c54af42324a8a1f Mon Sep 17 00:00:00 2001 From: Balackburn Date: Wed, 6 Mar 2024 21:55:09 +0100 Subject: [PATCH] Add protobuf submodule --- .gitmodules | 3 +++ Tweaks/protobuf | 1 + 2 files changed, 4 insertions(+) create mode 160000 Tweaks/protobuf diff --git a/.gitmodules b/.gitmodules index bc8c95f..c3180fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,6 @@ [submodule "Tweaks/YouQuality"] path = Tweaks/YouQuality url = https://github.com/arichorn/YouQuality.git +[submodule "Tweaks/protobuf"] + path = Tweaks/protobuf + url = https://github.com/protocolbuffers/protobuf.git diff --git a/Tweaks/protobuf b/Tweaks/protobuf new file mode 160000 index 0000000..f1d3f28 --- /dev/null +++ b/Tweaks/protobuf @@ -0,0 +1 @@ +Subproject commit f1d3f28ecab5462a8d73bac3b3b56d9c3fe82d31