From 44b0bde5906a7126d7dbd4de983043506ee113ec Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 27 Sep 2022 14:48:42 -0400 Subject: [PATCH] Add glfw submodule --- .gitmodules | 3 +++ vendor/glfw | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/glfw diff --git a/.gitmodules b/.gitmodules index 18a8e2a..f6124c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/spdlog"] path = vendor/spdlog url = https://github.com/gabime/spdlog.git +[submodule "vendor/glfw"] + path = vendor/glfw + url = https://github.com/gwm17/glfw.git diff --git a/vendor/glfw b/vendor/glfw new file mode 160000 index 0000000..facec25 --- /dev/null +++ b/vendor/glfw @@ -0,0 +1 @@ +Subproject commit facec25e0e1f1ef91ad8db3c5327d518f49901fd