From 83be7924209faa123627dbce68ec3faf4e86a663 Mon Sep 17 00:00:00 2001 From: slinky55 Date: Sat, 9 May 2026 00:49:35 -0400 Subject: [PATCH] moved glm submodule --- .gitmodules | 6 +++--- glm => _ThirdParty/glm | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename glm => _ThirdParty/glm (100%) diff --git a/.gitmodules b/.gitmodules index fa72239..218c126 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,9 @@ [submodule "_ThirdParty/assimp"] path = _ThirdParty/assimp url = https://github.com/assimp/assimp.git -[submodule "_ThirdParty/glm"] - path = _ThirdParty/glm - url = https://github.com/g-truc/glm.git [submodule "_ThirdParty/entt"] path = _ThirdParty/entt url = https://github.com/skypjack/entt.git +[submodule "_ThirdParty/glm"] + path = _ThirdParty/glm + url = https://github.com/g-truc/glm.git diff --git a/glm b/_ThirdParty/glm similarity index 100% rename from glm rename to _ThirdParty/glm