-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.66 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.66 KB
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
[submodule "3rdparty/spdlog/spdlog"]
path = 3rdparty/spdlog/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rdparty/backwardcpp/backwardcpp"]
path = 3rdparty/backwardcpp/backwardcpp
url = https://github.com/bombela/backward-cpp.git
[submodule "3rdparty/EASTL/EASTL"]
path = 3rdparty/EASTL/EASTL
url = https://github.com/electronicarts/EASTL.git
[submodule "SOGE-UTEST"]
path = SOGE-UTEST
url = https://github.com/GaikanStudio/SOGE-UTEST.git
[submodule "3rdparty/eventpp/eventpp"]
path = 3rdparty/eventpp/eventpp
url = https://github.com/wqking/eventpp.git
[submodule "3rdparty/kangaru/kangaru"]
path = 3rdparty/kangaru/kangaru
url = https://github.com/gracicot/kangaru.git
[submodule "3rdparty/SDL/SDL"]
path = 3rdparty/SDL/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "3rdparty/FMOD/FMOD"]
path = 3rdparty/FMOD/FMOD
url = https://github.com/GaikanStudio/FMOD-Lib.git
[submodule "3rdparty/cppfs/cppfs"]
path = 3rdparty/cppfs/cppfs
url = https://github.com/cginternals/cppfs.git
[submodule "3rdparty/glm/glm"]
path = 3rdparty/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/NVRHI/NVRHI"]
path = 3rdparty/NVRHI/NVRHI
url = https://github.com/NVIDIAGameWorks/nvrhi.git
[submodule "3rdparty/NRI/NRI"]
path = 3rdparty/NRI/NRI
url = https://github.com/NVIDIAGameWorks/NRI.git
[submodule "3rdparty/ShaderMake/ShaderMake"]
path = 3rdparty/ShaderMake/ShaderMake
url = https://github.com/NVIDIAGameWorks/ShaderMake.git
[submodule "3rdparty/assimp/assimp"]
path = 3rdparty/assimp/assimp
url = https://github.com/assimp/assimp.git
[submodule "3rdparty/stb/stb"]
path = 3rdparty/stb/stb
url = https://github.com/nothings/stb.git