-
Notifications
You must be signed in to change notification settings - Fork 58
/
.gitmodules
48 lines (48 loc) · 1.66 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
[submodule "external/harfbuzz"]
url = https://github.com/harfbuzz/harfbuzz.git
path = external/harfbuzz
[submodule "external/googletest"]
url = https://github.com/google/googletest.git
path = external/googletest
[submodule "external/glm"]
url = https://github.com/g-truc/glm.git
path = external/glm
[submodule "external/glslang"]
url = https://github.com/KhronosGroup/glslang.git
path = external/glslang
[submodule "external/freetype"]
url = https://github.com/freetype/freetype.git
path = external/freetype
[submodule "external/asio"]
url = https://github.com/chriskohlhoff/asio.git
path = external/asio
[submodule "external/lz4"]
url = https://github.com/lz4/lz4.git
path = external/lz4
[submodule "external/fmt"]
url = https://github.com/fmtlib/fmt.git
path = external/fmt
[submodule "external/abseil"]
url = https://github.com/abseil/abseil-cpp.git
path = external/abseil
[submodule "external/imgui"]
url = https://github.com/ocornut/imgui.git
path = external/imgui
[submodule "external/cli11"]
url = https://github.com/CLIUtils/CLI11.git
path = external/cli11
[submodule "external/google-benchmark"]
path = external/google-benchmark
url = https://github.com/google/benchmark.git
[submodule "external/flatbuffers"]
path = external/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "external/lua"]
path = external/lua
url = https://github.com/bmwcarit/lua.git
[submodule "external/sol"]
path = external/sol
url = https://github.com/ThePhD/sol2.git
[submodule "external/ANGLE"]
path = external/ANGLE
url = https://github.com/bmwcarit/ANGLE.git