-
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) · 696 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 696 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 "Thirdparty/glm"]
path = Thirdparty/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "Thirdparty/glfw"]
path = Thirdparty/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "Thirdparty/glad"]
path = Thirdparty/glad
url = https://github.com/Dav1dde/glad.git
branch = master
[submodule "Thirdparty/cereal"]
path = Thirdparty/cereal
url = https://github.com/USCiLab/cereal.git
branch = master
[submodule "Thirdparty/eastl"]
path = Thirdparty/eastl
url = https://github.com/electronicarts/EASTL.git
branch = master
[submodule "Thirdparty/imgui"]
path = Thirdparty/imgui
url = https://github.com/ocornut/imgui.git
branch = master