From 4a4988f67c7d23b8d9006b847f12c0f64d216608 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 6 Aug 2020 14:00:49 +0200 Subject: [PATCH] Added Submodules moonglfw and moongl --- .gitmodules | 4 ++-- deps/moongl | 1 + deps/moonglfw | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 deps/moongl create mode 160000 deps/moonglfw diff --git a/.gitmodules b/.gitmodules index 363c697..713f6c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "moongl"] - path = deps/moongl + path = deps/moongl url = https://github.com/stetre/moongl [submodule "moonglfw"] - path = deps/moonglfw + path = deps/moonglfw url = https://github.com/stetre/moonglfw diff --git a/deps/moongl b/deps/moongl new file mode 160000 index 0000000..c2fb6cb --- /dev/null +++ b/deps/moongl @@ -0,0 +1 @@ +Subproject commit c2fb6cb478aac0296afa10260b8e9d81a0c062aa diff --git a/deps/moonglfw b/deps/moonglfw new file mode 160000 index 0000000..c339308 --- /dev/null +++ b/deps/moonglfw @@ -0,0 +1 @@ +Subproject commit c3393080eab5f40c4ec4f4c60562f5a38608d65b -- 2.44.0