From 7392711465ed2ea515726918ed558acacbc98543 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 6 Dec 2021 19:03:22 +0100 Subject: Add vcd-render submodule --- .gitmodules | 3 +++ checkouts/vcd-render | 1 + 2 files changed, 4 insertions(+) create mode 160000 checkouts/vcd-render diff --git a/.gitmodules b/.gitmodules index 56f5f0f..1419d27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "checkouts/secure-download"] path = checkouts/secure-download url = https://git.jaseg.de/secure-download.git +[submodule "checkouts/vcd-render"] + path = checkouts/vcd-render + url = git@git.jaseg.de:vcd-render.git diff --git a/checkouts/vcd-render b/checkouts/vcd-render new file mode 160000 index 0000000..94633e2 --- /dev/null +++ b/checkouts/vcd-render @@ -0,0 +1 @@ +Subproject commit 94633e2bf88f3aad11b7f1b3990cc7ec0b6c63f8 -- cgit