-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
31 lines (31 loc) · 1.14 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
[submodule "Dependencies/FreeType"]
path = Dependencies/FreeType
url = git://git.sv.nongnu.org/freetype/freetype2.git
[submodule "Dependencies/FreeImage"]
path = Dependencies/FreeImage
url = https://github.com/mlomb/FreeImage.git
[submodule "Dependencies/XShaderCompiler"]
path = Dependencies/XShaderCompiler
url = https://github.com/LukasBanana/XShaderCompiler.git
[submodule "Dependencies/Assimp"]
path = Dependencies/Assimp
url = https://github.com/assimp/assimp.git
[submodule "Dependencies/glsl-optimizer"]
path = Dependencies/glsl-optimizer
url = https://github.com/mlomb/glsl-optimizer
[submodule "Dependencies/msdfgen"]
path = Dependencies/msdfgen
url = https://github.com/Chlumsky/msdfgen
[submodule "Dependencies/rapidjson"]
path = Dependencies/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "Dependencies/imgui"]
path = Dependencies/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Dependencies/cef-cmake"]
path = Dependencies/cef-cmake
url = https://github.com/mlomb/cef-cmake.git
[submodule "Dependencies/yoga"]
path = Dependencies/yoga
url = https://github.com/facebook/yoga.git