-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
48 lines (48 loc) · 1.22 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 "LuaBridge"]
path = LuaBridge
url = https://github.com/vinniefalco/LuaBridge.git
branch = master
[submodule "asio"]
path = asio
url = https://github.com/chriskohlhoff/asio.git
branch = master
[submodule "sokol"]
path = sokol
url = https://github.com/floooh/sokol.git
branch = master
[submodule "stb"]
path = stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "Carp"]
path = Carp
url = https://github.com/alittlesail/ALittle-Carp.git
branch = master
[submodule "kcp"]
path = kcp
url = https://github.com/skywind3000/kcp.git
branch = master
[submodule "lua"]
path = lua
url = https://github.com/lua/lua.git
[submodule "rapidjson"]
path = rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "hiredis"]
path = hiredis
url = https://github.com/redis/hiredis.git
[submodule "eigen"]
path = eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "SDL"]
path = SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "bcg729"]
path = bcg729
url = https://gitlab.linphone.org/BC/public/bcg729.git
[submodule "darknet"]
path = darknet
url = https://github.com/AlexeyAB/darknet.git
[submodule "pca9685"]
path = pca9685
url = https://github.com/Reinbert/pca9685.git