-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 810 Bytes
/
Copy path.gitmodules
File metadata and controls
25 lines (25 loc) · 810 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
25
[submodule "extern/imgui"]
path = extern/imgui
url = https://github.com/ocornut/imgui.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "extern/tinyobjloader"]
path = extern/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "extern/fastgltf"]
path = extern/fastgltf
url = https://github.com/spnda/fastgltf.git
[submodule "extern/sdl2"]
path = extern/sdl2
url = https://github.com/libsdl-org/SDL.git
branch = SDL2
[submodule "extern/shaderc"]
path = extern/shaderc
url = https://github.com/google/shaderc.git
[submodule "extern/reactphysics3d"]
path = extern/reactphysics3d
url = https://github.com/Kaylubkiss/reactphysics3d.git
[submodule "extern/glm"]
path = extern/glm
url = https://github.com/g-truc/glm.git