From 9bf047a56f58bd0add08f5b2a9e84b54a26de55a Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Thu, 14 Sep 2017 08:19:50 +0800 Subject: [PATCH] Update .gitmodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 19cf144..4ca96e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "emergent"] path = lib/emergent url = https://github.com/cjhoward/emergent.git +[submodule "lib/SDL2"] + path = lib/SDL2 + url = https://github.com/cjhoward/SDL2.git [submodule "data"] path = data url = https://gitlab.com/cjhoward/antkeeper-data.git -[submodule "lib\\SDL2"] - path = lib\\SDL2 - url = https://github.com/cjhoward/SDL2.git