-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
51 lines (51 loc) · 1.43 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
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = [email protected]:g-truc/glm.git
shallow = true
[submodule "thirdparty/json"]
path = thirdparty/json
url = [email protected]:nlohmann/json.git
shallow = true
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = [email protected]:fmtlib/fmt.git
shallow = true
[submodule "thirdparty/libunibreak"]
path = thirdparty/libunibreak
url = [email protected]:adah1972/libunibreak.git
shallow = true
[submodule "thirdparty/utfcpp"]
path = thirdparty/utfcpp
url = [email protected]:nemtrif/utfcpp.git
shallow = true
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = [email protected]:freetype/freetype.git
shallow = true
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = [email protected]:madler/zlib.git
shallow = true
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = [email protected]:glennrp/libpng.git
shallow = true
[submodule "thirdparty/msdfgen"]
path = thirdparty/msdfgen
url = [email protected]:Chlumsky/msdfgen.git
shallow = true
[submodule "thirdparty/soloud"]
path = thirdparty/soloud
url = [email protected]:jarikomppa/soloud.git
shallow = true
[submodule "thirdparty/harfbuzz"]
path = thirdparty/harfbuzz
url = [email protected]:harfbuzz/harfbuzz.git
shallow = true
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = [email protected]:ocornut/imgui.git
shallow = true
[submodule "thirdparty/lua"]
path = thirdparty/lua
url = [email protected]:lua/lua.git