-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 744 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 744 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
[submodule "lib/30log"]
path = lib/30log
url = https://github.com/Yonaba/30log.git
[submodule "lib/lua-parser"]
path = lib/lua-parser
url = https://github.com/thenumbernine/lua-parser.git
[submodule "lib/lua-ext"]
path = lib/lua-ext
url = https://github.com/thenumbernine/lua-ext.git
[submodule "lib/argparse"]
path = lib/argparse
url = https://github.com/mpeterv/argparse.git
[submodule "lib/bundler"]
path = lib/bundler
url = https://github.com/oezingle/lua-bundler.git
[submodule "lib/log"]
path = lib/log
url = https://github.com/rxi/log.lua
[submodule "lib/profiler"]
path = lib/profiler
url = https://github.com/oezingle/LuaProfiler
[submodule "lib/inspect"]
path = lib/inspect
url = https://github.com/kikito/inspect.lua