From 25aeac1a3bb59f553796fc301c9d8dba5d16a611 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Tue, 19 Dec 2023 01:16:36 -0600 Subject: [PATCH] Add tachyons as subproject dependency --- .gitmodules | 3 +++ tachyons | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 tachyons diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..40a2d63 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tachyons"] + path = tachyons + url = git@git.solarpunk.moe:stellarskylark/tachyons-skylark.git diff --git a/tachyons b/tachyons new file mode 160000 index 0000000..98719fa --- /dev/null +++ b/tachyons @@ -0,0 +1 @@ +Subproject commit 98719fa3ff805e92f3375591d5e7856095a133e3