forked from AngryApostrophe/Clout
-
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) · 740 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 740 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 "imgui"]
path = src/external/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "glm"]
path = src/external/glm
url = https://github.com/g-truc/glm
[submodule "assimp"]
path = src/external/assimp
url = https://github.com/assimp/assimp
[submodule "stb"]
path = src/external/stb
url = https://github.com/nothings/stb/
[submodule "json"]
path = src/external/json
url = https://github.com/nlohmann/json
[submodule "ImGuiFileDialog"]
path = src/external/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog
[submodule "glfw"]
path = src/external/glfw
url = https://github.com/glfw/glfw
[submodule "src/external/glew"]
path = src/external/glew
url = https://github.com/nigels-com/glew