-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 575 Bytes
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 575 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "godot-cpp"]
path = lib/godot-cpp
url = https://github.com/godotengine/godot-cpp.git
[submodule "lua"]
path = lib/lua
url = https://github.com/lua/lua.git
[submodule "sol2"]
path = lib/sol2
url = https://github.com/Assumeru/sol2.git
[submodule "lib/luajit"]
path = lib/luajit
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "lib/tree-sitter"]
path = lib/tree-sitter
url = https://github.com/tree-sitter/tree-sitter.git
[submodule "lib/tree-sitter-lua"]
path = lib/tree-sitter-lua
url = https://github.com/tree-sitter-grammars/tree-sitter-lua.git