-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
43 lines (43 loc) · 1.24 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
[submodule "libs/zlib"]
path = libs/zlib
url = [email protected]:madler/zlib.git
[submodule "libs/libpng"]
path = libs/libpng
url = [email protected]:glennrp/libpng.git
[submodule "libs/CMake"]
path = libs/CMake
url = [email protected]:Kitware/CMake.git
[submodule "extensions/luafilesystem"]
path = extensions/luafilesystem
url = [email protected]:lunarmodules/luafilesystem.git
[submodule "libs/freetype"]
path = libs/freetype
url = [email protected]:freetype/freetype.git
[submodule "LuaJIT"]
path = LuaJIT
url = [email protected]:LuaJIT/LuaJIT.git
[submodule "libs/glfw"]
path = libs/glfw
url = [email protected]:glfw/glfw.git
[submodule "libs/glew"]
path = libs/glew
url = [email protected]:nigels-com/glew.git
[submodule "extensions/luasocket"]
path = extensions/luasocket
url = [email protected]:lunarmodules/luasocket.git
[submodule "libs/glad"]
path = libs/glad
url = [email protected]:Dav1dde/glad.git
branch = master
[submodule "libs/glm"]
path = libs/glm
url = [email protected]:g-truc/glm.git
[submodule "libs/SOIL2"]
path = libs/SOIL2
url = [email protected]:SpartanJ/SOIL2.git
[submodule "libs/imgui"]
path = libs/imgui
url = [email protected]:ocornut/imgui.git
[submodule "extensions/luasec"]
path = extensions/luasec
url = [email protected]:lunarmodules/luasec.git