-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 780 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "External/Glad"]
path = External/Glad
url = https://github.com/WillR27/Glad
[submodule "External/ImGui"]
path = External/ImGui
url = https://github.com/WillR27/imgui
[submodule "External/FreeType"]
path = External/FreeType
url = https://github.com/WillR27/freetype
[submodule "External/GLFW"]
path = External/GLFW
url = https://github.com/WillR27/glfw
[submodule "Source/POGLog/SPDLog"]
path = Source/POGLog/SPDLog
url = https://github.com/gabime/spdlog
[submodule "Source/POGMaths/GLM"]
path = Source/POGMaths/GLM
url = https://github.com/g-truc/glm
[submodule "Source/POGUtil/STB"]
path = Source/POGUtil/STB
url = https://github.com/nothings/stb
[submodule "External/GoogleTest"]
path = External/GoogleTest
url = https://github.com/WillR27/googletest