vcpkg.json 668 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  3. "name": "yuzu",
  4. "version": "1.0",
  5. "dependencies": [
  6. "boost-algorithm",
  7. "boost-asio",
  8. "boost-bind",
  9. "boost-config",
  10. "boost-container",
  11. "boost-context",
  12. "boost-crc",
  13. "boost-functional",
  14. "boost-icl",
  15. "boost-intrusive",
  16. "boost-mpl",
  17. "boost-process",
  18. "boost-range",
  19. "boost-spirit",
  20. "boost-test",
  21. "boost-timer",
  22. "boost-variant",
  23. "fmt",
  24. "lz4",
  25. "nlohmann-json",
  26. "zlib",
  27. "zstd"
  28. ]
  29. }