-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
84 lines (84 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[submodule "googletest"]
path = externals/googletest
url = https://github.com/google/googletest
branch = main
ignore = dirty
shallow = true
[submodule "re2"]
path = externals/re2
url = https://github.com/google/re2
branch = main
ignore = dirty
shallow = true
[submodule "effcee"]
path = externals/effcee
url = https://github.com/google/effcee
branch = main
ignore = dirty
shallow = true
[submodule "vulkan-headers"]
path = externals/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers
branch = main
ignore = dirty
shallow = true
[submodule "llvm-project"]
path = externals/llvm-project
url = https://github.com/llvm/llvm-project
branch = release/11.x
ignore = dirty
shallow = true
[submodule "stb"]
path = externals/stb
url = https://github.com/nothings/stb
branch = master
ignore = dirty
shallow = true
[submodule "xxhash"]
path = externals/xxhash
url = https://github.com/Cyan4973/xxHash
branch = release
ignore = dirty
shallow = true
[submodule "rapidjson"]
path = externals/rapidjson
url = https://github.com/Tencent/rapidjson
branch = master
ignore = dirty
shallow = true
[submodule "tracy"]
path = externals/tracy
url = https://github.com/wolfpld/tracy
branch = master
ignore = dirty
shallow = true
[submodule "antlr3"]
path = externals/antlr3
url = https://github.com/antlr/antlr3
branch = master
ignore = dirty
shallow = true
[submodule "marl"]
path = externals/marl
url = https://github.com/google/marl
branch = main
ignore = dirty
shallow = true
[submodule "externals/freetype"]
path = externals/freetype
url = https://gitlab.freedesktop.org/freetype/freetype
branch = master
ignore = dirty
shallow = true
[submodule "externals/rlottie"]
path = externals/rlottie
url = https://github.com/Samsung/rlottie
branch = master
ignore = dirty
shallow = true
[submodule "externals/rmlui"]
path = externals/rmlui
url = https://github.com/mikke89/RmlUI
branch = master
ignore = dirty
shallow = true