forked from SamCZ/Aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
40 lines (40 loc) · 1 KB
/
.gitmodules
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
31
32
33
34
35
36
37
38
39
40
[submodule "glm"]
path = lib/glm
url = [email protected]:g-truc/glm.git
branch = master
[submodule "glfw"]
path = lib/glfw
url = [email protected]:glfw/glfw.git
branch = master
[submodule "nlohmann_json"]
path = lib/nlohmann_json
url = [email protected]:nlohmann/json.git
branch = master
[submodule "imgui"]
path = lib/imgui/imgui
url = [email protected]:ocornut/imgui.git
branch = master
[submodule "RmlUI"]
path = lib/RmlUI
url = [email protected]:SamCZ/RmlUi.git
branch = 4.1
[submodule "newton-dynamics"]
path = lib/newton-dynamics
url = [email protected]:MADEAPPS/newton-dynamics.git
branch = master
[submodule "tracy"]
path = lib/tracy
url = [email protected]:wolfpld/tracy.git
branch = master
[submodule "entt"]
path = lib/entt
url = [email protected]:skypjack/entt.git
[submodule "glslang"]
path = lib/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "assimp"]
path = lib/assimp
url = [email protected]:assimp/assimp.git
[submodule "stb"]
path = lib/stb/stb
url = [email protected]:nothings/stb.git