From f163e8f37123e651ea80b690793845b31ddb8639 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 6 Apr 2022 20:52:51 -0700 Subject: Changeset: 2 Work on moving infrastruture to this project --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..023bc25 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "3rdparty/stb/source"] + path = 3rdparty/stb/source + url = https://github.com/nothings/stb.git +[submodule "3rdparty/glm/source"] + path = 3rdparty/glm/source + url = https://github.com/g-truc/glm.git -- cgit v1.2.3-70-g09d2