From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- .gitmodules | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit