From 977b8f16d7ef43101b6ef588f9610f34285fa7e6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Sep 2017 23:01:12 +0100 Subject: Replacing SDL by glfw --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4cfa82ed..e314176d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = lib/SDL2 url = https://github.com/spurious/SDL-mirror branch = release-2.0.5 +[submodule "lib/glfw"] + path = lib/glfw + url = https://github.com/glfw/glfw.git + branch = latest -- cgit From 8a78e678b7df0bf8221280f0058e2db0381b3ffa Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 21 Sep 2017 23:42:30 +0100 Subject: #11: Building, #10: Added GLFW --- .gitmodules | 8 -------- 1 file changed, 8 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e314176d..73b585db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,14 +6,6 @@ path = lib/rapidjson url = https://github.com/miloyip/rapidjson branch = master -[submodule "lib/glew"] - path = lib/glew - url = https://github.com/nigels-com/glew.git - branch = master -[submodule "lib/SDL2"] - path = lib/SDL2 - url = https://github.com/spurious/SDL-mirror - branch = release-2.0.5 [submodule "lib/glfw"] path = lib/glfw url = https://github.com/glfw/glfw.git -- cgit