adding third party libraries for engine

This commit is contained in:
2026-08-12 10:50:10 +00:00
parent 48f7781130
commit 11ef191f4a
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
branch = docking