-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 865 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 865 Bytes
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 "deps/gl3w"]
path = deps/gl3w
url = https://github.com/skaslev/gl3w
[submodule "deps/abseil"]
path = deps/abseil
url = https://github.com/abseil/abseil-cpp
[submodule "deps/skia"]
path = deps/skia
url = https://skia.googlesource.com/skia
branch = chrome/m65
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git
branch = 4.x
[submodule "deps/utfcpp"]
path = deps/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "deps/libtsm"]
path = deps/libtsm
url = https://github.com/Aetf/libtsm
branch = master
[submodule "deps/sparsepp"]
path = deps/sparsepp
url = https://github.com/greg7mdp/sparsepp
[submodule "deps/parallel-hashmap"]
path = deps/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap.git
[submodule "deps/gn"]
path = deps/gn
url = https://gn.googlesource.com/gn/