aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-20 23:01:12 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-20 23:01:12 +0100
commit977b8f16d7ef43101b6ef588f9610f34285fa7e6 (patch)
tree25446bc027685765a79492d3b68c49bdee53612b /.gitmodules
parentb869c926429e9316617a643960a97fad64dd42ef (diff)
downloadYAGE-977b8f16d7ef43101b6ef588f9610f34285fa7e6.tar.gz
YAGE-977b8f16d7ef43101b6ef588f9610f34285fa7e6.zip
Replacing SDL by glfw
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
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