You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233
  1. [submodule "pegtl"]
  2. path = include/lol/3rdparty/pegtl
  3. url = https://github.com/lolengine/ext-pegtl
  4. branch = lol
  5. update = merge
  6. upstream = https://github.com/taocpp/PEGTL
  7. [submodule "mingw-std-threads"]
  8. path = include/lol/3rdparty/mingw-std-threads
  9. url = https://github.com/lolengine/ext-mingw-std-threads
  10. branch = master
  11. update = merge
  12. upstream = https://github.com/meganz/mingw-std-threads
  13. [submodule "step"]
  14. path = include/lol/3rdparty/step
  15. url = https://github.com/lolengine/ext-step
  16. branch = lol
  17. update = merge
  18. upstream = https://github.com/storm-ptr/step
  19. [submodule "portable-file-dialogs"]
  20. path = include/lol/3rdparty/portable-file-dialogs
  21. url = https://github.com/samhocevar/portable-file-dialogs
  22. branch = master
  23. update = merge
  24. [submodule "cli11"]
  25. path = include/lol/3rdparty/cli11
  26. url = https://github.com/lolengine/ext-cli11
  27. branch = lol
  28. update = merge
  29. upstream = https://github.com/CLIUtils/CLI11