-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitmodules
30 lines (30 loc) · 1.07 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
[submodule "third_party/flutter"]
path = third_party/flutter
url = https://github.com/flutter/engine.git
[submodule "third_party/angle"]
path = third_party/angle
url = https://github.com/google/angle.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/spirv_cross"]
path = third_party/spirv_cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "third_party/inja"]
path = third_party/inja
url = https://github.com/pantor/inja.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/shaderc"]
path = third_party/shaderc
url = https://github.com/google/shaderc.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/libtess2"]
path = third_party/libtess2
url = https://flutter.googlesource.com/third_party/libtess2
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git