From 067e0bdd035ff6957fa10b02652849bf6e320afd Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Tue, 19 Mar 2024 21:40:10 +0300 Subject: [PATCH] Add common modules. --- .gitmodules | 6 ++++++ Quik.Common | 1 + stb | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 Quik.Common create mode 160000 stb diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e2d2a6a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "stb"] + path = stb + url = https://github.com/nothings/stb.git +[submodule "Quik.Common"] + path = Quik.Common + url = https://git.mixedup.dev/QUIK/Quik.Common.git diff --git a/Quik.Common b/Quik.Common new file mode 160000 index 0000000..11bb72a --- /dev/null +++ b/Quik.Common @@ -0,0 +1 @@ +Subproject commit 11bb72a464215693d5a3a6896b25e568cc6e3313 diff --git a/stb b/stb new file mode 160000 index 0000000..ae721c5 --- /dev/null +++ b/stb @@ -0,0 +1 @@ +Subproject commit ae721c50eaf761660b4f90cc590453cdb0c2acd0