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.

48 lines
797 B

  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  3. "name": "kicad",
  4. "version": "6.99",
  5. "license": "GPL-2.0+",
  6. "dependencies": [
  7. "boost",
  8. "cairo",
  9. "wxwidgets",
  10. "glew",
  11. "curl",
  12. {
  13. "name": "gettext",
  14. "features": [ "tools" ]
  15. },
  16. "harfbuzz",
  17. "glm",
  18. "opencascade",
  19. "opengl",
  20. "python3",
  21. "openssl",
  22. "icu",
  23. "ngspice",
  24. "wxpython"
  25. ],
  26. "overrides": [
  27. {
  28. "name": "python3",
  29. "version": "3.9.14"
  30. },
  31. {
  32. "name": "wxwidgets",
  33. "version": "3.2.1#0"
  34. },
  35. {
  36. "name": "wxpython",
  37. "version": "4.2.0#3"
  38. },
  39. {
  40. "name": "ngspice",
  41. "version": "38"
  42. },
  43. {
  44. "name": "curl",
  45. "version": "7.83.1"
  46. }
  47. ]
  48. }