-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitmodules
45 lines (45 loc) · 1.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
[submodule "external/glew_src"]
path = external/glew_src
url = [email protected]:etodd/glew.git
[submodule "external/assimp"]
path = external/assimp
url = [email protected]:etodd/assimp.git
[submodule "external/lodepng"]
path = external/lodepng
url = [email protected]:etodd/lodepng.git
[submodule "external/bullet"]
path = external/bullet
url = [email protected]:etodd/bullet3.git
[submodule "external/recast"]
path = external/recast
url = [email protected]:etodd/recastnavigation.git
[submodule "external/sdl"]
path = external/sdl
url = [email protected]:etodd/SDL-mirror.git
[submodule "external/sdl_controllers"]
path = external/sdl_controllers
url = [email protected]:etodd/SDL_GameControllerDB.git
[submodule "external/cjson"]
path = external/cjson
url = [email protected]:etodd/cJSON.git
[submodule "external/mersenne"]
path = external/mersenne
url = [email protected]:etodd/mersenne-twister.git
[submodule "external/fastlz"]
path = external/fastlz
url = [email protected]:etodd/FastLZ.git
[submodule "external/curl"]
path = external/curl
url = [email protected]:etodd/curl.git
[submodule "external/sqlite"]
path = external/sqlite
url = [email protected]:etodd/sqlite-amalgamation.git
[submodule "external/mongoose"]
path = external/mongoose
url = [email protected]:etodd/mongoose.git
[submodule "external/sha1"]
path = external/sha1
url = [email protected]:etodd/sha1.git
[submodule "external/discord"]
path = external/discord
url = [email protected]:etodd/discord-rpc.git