From c13c8a8ea83aa6289a25f91b5d76eb88f6e6de4c Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 15:25:52 +0800 Subject: [PATCH] Improved GLFW for installation and compilation with GLFW in standard library. --- .gitmodules | 3 +++ lib/glfw | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/glfw diff --git a/.gitmodules b/.gitmodules index 4828956..b668299 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "lib/MyShell"] path = lib/MyShell url = https://github.com/nthnn/MyShell +[submodule "lib/glfw"] + path = lib/glfw + url = https://github.com/glfw/glfw diff --git a/lib/glfw b/lib/glfw new file mode 160000 index 0000000..21fea01 --- /dev/null +++ b/lib/glfw @@ -0,0 +1 @@ +Subproject commit 21fea01161e0d6b70c0c5c1f52dc8e7a7df14a50