.gitmodules 355 B

1234567891011
  1. [submodule "dependencies/tinyxml"]
  2. path = dependencies/tinyxml
  3. url = git://github.com/paulsapps/TinyXML.git
  4. [submodule "dependencies/lua"]
  5. path = dependencies/lua
  6. url = https://github.com/LuaDist/lua.git
  7. branch = lua-5.1
  8. [submodule "dependencies/luabind"]
  9. path = dependencies/luabind
  10. url = https://github.com/paulsapps/luabind.git
  11. branch = master