Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

28 lines
581B

  1. imports:
  2. spdlog: external/spdlog
  3. taywee-args: external/taywee-args
  4. wil: external/wil
  5. ranges-v3: external/ranges-v3
  6. git module spdlog:
  7. url: https://github.com/gabime/spdlog.git
  8. rev: v1.4.2
  9. pick: include
  10. git module taywee-args:
  11. url: https://github.com/Taywee/args.git
  12. rev: 6.2.2
  13. move:
  14. args.hxx: include/args.hxx
  15. pick: include
  16. git module wil:
  17. url: https://github.com/microsoft/wil.git
  18. rev: 6de0b3e6c1bad18feaedd2589d452d66e7fc5600
  19. pick: include
  20. git module ranges-v3:
  21. url: https://github.com/ericniebler/range-v3.git
  22. rev: 0.9.1
  23. pick: include/