-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
.gitmodules
55 lines (55 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[submodule "submodules/fmt"]
path = submodules/fmt
url = https://github.com/fmtlib/fmt
[submodule "submodules/glfw"]
path = submodules/glfw
url = https://github.com/glfw/glfw
[submodule "submodules/stb"]
path = submodules/stb
url = https://github.com/nothings/stb
[submodule "submodules/glm"]
path = submodules/glm
url = https://github.com/g-truc/glm
[submodule "submodules/EASTL"]
path = submodules/EASTL
url = https://github.com/MomoDeve/EASTL
[submodule "submodules/miniaudio"]
path = submodules/miniaudio
url = https://github.com/dr-soft/miniaudio
[submodule "submodules/openal-soft"]
path = submodules/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "submodules/assimp"]
path = submodules/assimp
url = https://github.com/assimp/assimp
[submodule "submodules/imgui"]
path = submodules/imgui
url = https://github.com/MomoDeve/imgui
branch = docking
[submodule "submodules/glew"]
path = submodules/glew
url = https://github.com/MomoDeve/glew-cmake
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/nlohmann/json
[submodule "submodules/bullet3"]
path = submodules/bullet3
url = https://github.com/bulletphysics/bullet3
[submodule "submodules/portable-file-dialogs"]
path = submodules/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs
[submodule "submodules/RuntimeCompiledCPlusPlus"]
path = submodules/RuntimeCompiledCPlusPlus
url = https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus
[submodule "submodules/stduuid"]
path = submodules/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "submodules/ImGuizmo"]
path = submodules/ImGuizmo
url = https://github.com/MomoDeve/ImGuizmo
[submodule "submodules/rttr"]
path = submodules/rttr
url = https://github.com/MomoDeve/rttr
[submodule "submodules/Allocators"]
path = submodules/Allocators
url = https://github.com/MomoDeve/Allocators