您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

32 行
796B

  1. imports:
  2. spdlog: external/spdlog
  3. taywee-args: external/taywee-args
  4. wil: external/wil
  5. ranges-v3: external/ranges-v3
  6. nlohmann-json: external/nlohmann-json/include/nlohmann
  7. git module spdlog:
  8. url: https://github.com/gabime/spdlog.git
  9. rev: v1.4.2
  10. pick: include
  11. git module taywee-args:
  12. url: https://github.com/Taywee/args.git
  13. rev: 78e27faf75ff7d20f232f11ffcef65cde43c449d
  14. move:
  15. args.hxx: include/args.hxx
  16. pick: include
  17. git module wil:
  18. url: https://github.com/microsoft/wil.git
  19. rev: 6de0b3e6c1bad18feaedd2589d452d66e7fc5600
  20. pick: include
  21. git module ranges-v3:
  22. url: https://github.com/ericniebler/range-v3.git
  23. rev: 0.9.1
  24. pick: include/
  25. curl module nlohmann-json:
  26. url: https://raw.githubusercontent.com/nlohmann/json/v3.7.0/single_include/nlohmann/json.hpp