-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 730 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 730 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
26
27
28
29
30
[submodule "glm"]
path = lib/glm
url = git@github.com:g-truc/glm.git
branch = master
[submodule "glfw"]
path = lib/glfw
url = git@github.com:glfw/glfw.git
branch = master
[submodule "nlohmann_json"]
path = lib/nlohmann_json
url = git@github.com:nlohmann/json.git
branch = master
[submodule "imgui"]
path = lib/imgui/imgui
url = git@github.com:SamCZ/imgui.git
branch = docking
[submodule "RmlUI"]
path = lib/RmlUI
url = git@github.com:SamCZ/RmlUi.git
branch = 4.1
[submodule "tracy"]
path = lib/tracy
url = git@github.com:wolfpld/tracy.git
branch = master
[submodule "assimp"]
path = lib/assimp
url = git@github.com:assimp/assimp.git
[submodule "stb"]
path = lib/stb/stb
url = git@github.com:nothings/stb.git