-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 740 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "3rd_party/sdl-src"]
path = 3rd_party/sdl-src
url = https://github.com/libsdl-org/SDL.git
[submodule "3rd_party/imgui"]
path = 3rd_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rd_party/volk-src"]
path = 3rd_party/volk-src
url = https://github.com/zeux/volk.git
[submodule "3rd_party/glfw-src"]
path = 3rd_party/glfw-src
url = https://github.com/glfw/glfw.git
[submodule "3rd_party/glm-src"]
path = 3rd_party/glm-src
url = https://github.com/g-truc/glm.git
[submodule "3rd_party/adr-template"]
path = 3rd_party/adr-template
url = https://github.com/joelparkerhenderson/architecture-decision-record.git
[submodule "3rd_party/stb"]
path = 3rd_party/stb
url = https://github.com/nothings/stb.git