commit 067e0bdd035ff6957fa10b02652849bf6e320afd Author: H. Utku Maden Date: Tue Mar 19 21:40:10 2024 +0300 Add common modules. 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