aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..e9c4fb4f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,16 @@
+[submodule "lib/googletest"]
+ path = lib/googletest
+ url = https://github.com/google/googletest
+ branch = master
+[submodule "lib/rapidjson"]
+ path = lib/rapidjson
+ url = https://github.com/miloyip/rapidjson
+ branch = master
+[submodule "lib/glfw"]
+ path = lib/glfw
+ url = https://github.com/glfw/glfw.git
+ branch = latest
+[submodule "lib/glad"]
+ path = lib/glad
+ url = https://github.com/ymherklotz/glad.git
+ branch = master