-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
31 lines (31 loc) · 894 Bytes
/
.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
[submodule "lib/fmt"]
path = lib/fmt
url = https://github.com/amessing/fmt.git
branch = master
[submodule "lib/spdlog"]
path = lib/spdlog
url = https://github.com/amessing/spdlog.git
branch = v1.x
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/amessing/googletest.git
branch = master
[submodule "lib/lemon"]
path = lib/lemon
url = https://github.com/amessing/lemon-copy.git
[submodule "lib/args"]
path = lib/args
url = https://github.com/amessing/args.git
[submodule "lib/box2d"]
path = lib/box2d
url = https://github.com/amessing/box2d.git
branch = master
[submodule "lib/json"]
path = lib/json
url = https://github.com/amessing/json.git
[submodule "lib/PlayRho"]
path = lib/PlayRho
url = git@github.com:amessing/PlayRho.git
[submodule "lib/earcut.hpp"]
path = lib/earcut.hpp
url = git@github.com:amessing/earcut.hpp.git