From 54f3ff5a67c3fa54e49e93efd61cab8279671658 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sun, 9 Oct 2022 14:46:27 -0400 Subject: [PATCH] Add unity submodule --- .gitmodules | 3 +++ third-party/unity | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third-party/unity diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8e25976 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third-party/unity"] + path = third-party/unity + url = https://github.com/ThrowTheSwitch/Unity.git diff --git a/third-party/unity b/third-party/unity new file mode 160000 index 0000000..de73f1f --- /dev/null +++ b/third-party/unity @@ -0,0 +1 @@ +Subproject commit de73f1fcbf817f74e1a53cfba6fc8906cfacc43c