From ea76a304d4d88115dc98d55dfa745f0413ece10f Mon Sep 17 00:00:00 2001 From: tobid7 Date: Thu, 8 May 2025 20:46:01 +0200 Subject: [PATCH] Add GLFW as submodule in Repo --- .gitmodules | 3 +++ backends/desktop/glfw | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a3c687a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "backends/desktop/glfw"] + path = backends/desktop/glfw + url = https://github.com/glfw/glfw.git diff --git a/backends/desktop/glfw b/backends/desktop/glfw index e7ea71b..7b6aead 160000 --- a/backends/desktop/glfw +++ b/backends/desktop/glfw @@ -1 +1 @@ -Subproject commit e7ea71be039836da3a98cea55ae5569cb5eb885c +Subproject commit 7b6aead9fb88b3623e3b3725ebb42670cbe4c579