.gitmodules 673 B

123456789101112131415161718192021
  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
  15. branch = master
  16. [submodule "dependencies/SUDM"]
  17. path = dependencies/SUDM
  18. url = https://github.com/paulsapps/SUDM.git
  19. [submodule "dependencies/cotire"]
  20. path = dependencies/cotire
  21. url = https://github.com/sakra/cotire