From e149eef286eb3fa67e09b3f17e498c89e309eb61 Mon Sep 17 00:00:00 2001 From: piwalker Date: Fri, 3 Jan 2025 08:49:57 -0700 Subject: [PATCH] added GLM for math support --- .gitmodules | 3 +++ deps/glm | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/glm diff --git a/.gitmodules b/.gitmodules index 916e9d3..46588f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/glfw"] path = deps/glfw url = https://github.com/glfw/glfw.git +[submodule "deps/glm"] + path = deps/glm + url = https://github.com/g-truc/glm.git diff --git a/deps/glm b/deps/glm new file mode 160000 index 0000000..3c18b0f --- /dev/null +++ b/deps/glm @@ -0,0 +1 @@ +Subproject commit 3c18b0f815488bd6442f4d33e99fa7b2c84e4540