diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ef4d5f5e..32d82732 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,45 @@ [submodule "3rd/json.lua"] path = 3rd/json.lua url = https://github.com/actboy168/json.lua +[submodule "meta/3rd/OpenResty"] + path = meta/3rd/OpenResty + url = https://github.com/LuaCATS/openresty.git +[submodule "meta/3rd/bee"] + path = meta/3rd/bee + url = https://github.com/LuaCATS/bee.git +[submodule "meta/3rd/busted"] + path = meta/3rd/busted + url = https://github.com/LuaCATS/busted.git +[submodule "meta/3rd/Cocos4.0"] + path = meta/3rd/Cocos4.0 + url = https://github.com/LuaCATS/cocos4.0.git +[submodule "meta/3rd/Defold"] + path = meta/3rd/Defold + url = https://github.com/LuaCATS/defold.git +[submodule "meta/3rd/Jass"] + path = meta/3rd/Jass + url = https://github.com/LuaCATS/jass.git +[submodule "meta/3rd/lfs"] + path = meta/3rd/lfs + url = https://github.com/LuaCATS/luafilesystem.git +[submodule "meta/3rd/love2d"] + path = meta/3rd/love2d + url = https://github.com/LuaCATS/love2d.git +[submodule "meta/3rd/lovr"] + path = meta/3rd/lovr + url = https://github.com/LuaCATS/lovr.git +[submodule "meta/3rd/luaecs"] + path = meta/3rd/luaecs + url = https://github.com/LuaCATS/luaecs.git +[submodule "meta/3rd/luassert"] + path = meta/3rd/luassert + url = https://github.com/LuaCATS/luassert.git +[submodule "meta/3rd/skynet"] + path = meta/3rd/skynet + url = https://github.com/LuaCATS/skynet.git +[submodule "meta/3rd/ffi-reflect"] + path = meta/3rd/ffi-reflect + url = https://github.com/LuaCATS/ffi-reflect.git +[submodule "meta/3rd/luv"] + path = meta/3rd/luv + url = https://github.com/LuaCATS/luv.git |