.gitmodules 452 B

1234567891011121314
  1. [submodule "dependencies/tinyxml"]
  2. path = dependencies/tinyxml
  3. url = git://github.com/paulsapps/TinyXML.git
  4. [submodule "dependencies/luabind"]
  5. path = dependencies/luabind
  6. url = https://github.com/paulsapps/luabind.git
  7. branch = master
  8. [submodule "output/data"]
  9. path = output/data
  10. url = https://github.com/q-gears/data.git
  11. branch = master
  12. [submodule "dependencies/luajit"]
  13. path = dependencies/luajit
  14. url = https://github.com/q-gears/luajit.git