This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
.gitmodules
64 lines (64 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://android.googlesource.com/platform/external/zlib
[submodule "third_party/tracing_framework"]
path = third_party/tracing_framework
url = https://github.com/google/tracing-framework
branch = gh-pages
[submodule "third_party/icu"]
path = third_party/icu
url = https://android.googlesource.com/platform/external/icu
[submodule "third_party/freeglut"]
path = third_party/freeglut
url = https://github.com/dcnieho/FreeGLUT
[submodule "third_party/omaha"]
path = third_party/omaha
url = https://github.com/google/omaha
[submodule "third_party/image_compression"]
path = third_party/image_compression
url = https://github.com/google/image-compression
[submodule "third_party/gyp"]
path = third_party/gyp
url = https://chromium.googlesource.com/external/gyp.git
[submodule "third_party/stblib"]
path = third_party/stblib
url = https://github.com/nothings/stb
[submodule "third_party/jsoncpp"]
path = third_party/jsoncpp
url = https://android.googlesource.com/platform/external/jsoncpp
[submodule "third_party/lodepng"]
path = third_party/lodepng
url = https://github.com/lvandeve/lodepng
[submodule "third_party/freetype2"]
path = third_party/freetype2
url = https://skia.googlesource.com/third_party/freetype2
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/harfbuzz"]
path = third_party/harfbuzz
url = https://github.com/behdad/harfbuzz
[submodule "third_party/webfonts"]
path = third_party/webfonts
url = https://github.com/google/fonts
[submodule "third_party/noto_fonts"]
path = third_party/noto_fonts
url = https://android.googlesource.com/platform/external/noto-fonts
[submodule "third_party/away3d_examples_broomstick"]
path = third_party/away3d_examples_broomstick
url = https://github.com/away3d/away3d-examples-broomstick
[submodule "third_party/noto_cjk"]
path = third_party/noto_cjk
url = https://github.com/googlei18n/noto-cjk
[submodule "third_party/tinyxml2"]
path = third_party/tinyxml2
url = https://github.com/leethomason/tinyxml2/
[submodule "third_party/libjpeg_turbo"]
path = third_party/libjpeg_turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "third_party/openctm"]
path = third_party/openctm
url = https://github.com/davejrichardson/OpenCTM.git
[submodule "third_party/absl"]
path = third_party/absl
url = https://github.com/abseil/abseil-cpp.git