-
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 = git@github.com:g-truc/glm.git
shallow = true
[submodule "thirdparty/json"]
path = thirdparty/json
url = git@github.com:nlohmann/json.git
shallow = true
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = git@github.com:fmtlib/fmt.git
shallow = true
[submodule "thirdparty/libunibreak"]
path = thirdparty/libunibreak
url = git@github.com:adah1972/libunibreak.git
shallow = true
[submodule "thirdparty/utfcpp"]
path = thirdparty/utfcpp
url = git@github.com:nemtrif/utfcpp.git
shallow = true
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = git@github.com:freetype/freetype.git
shallow = true
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = git@github.com:madler/zlib.git
shallow = true
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = git@github.com:glennrp/libpng.git
shallow = true
[submodule "thirdparty/msdfgen"]
path = thirdparty/msdfgen
url = git@github.com:Chlumsky/msdfgen.git
shallow = true
[submodule "thirdparty/soloud"]
path = thirdparty/soloud
url = git@github.com:jarikomppa/soloud.git
shallow = true
[submodule "thirdparty/harfbuzz"]
path = thirdparty/harfbuzz
url = git@github.com:harfbuzz/harfbuzz.git
shallow = true
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = git@github.com:ocornut/imgui.git
shallow = true
[submodule "thirdparty/lua"]
path = thirdparty/lua
url = git@github.com:lua/lua.git