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.

41 lines
685 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. "gettext",
  13. "harfbuzz",
  14. "glm",
  15. "opencascade",
  16. "opengl",
  17. "python3",
  18. "openssl",
  19. "icu",
  20. "ngspice",
  21. "wxpython"
  22. ],
  23. "overrides": [
  24. {
  25. "name": "python3",
  26. "version": "3.9.10#1"
  27. },
  28. {
  29. "name": "wxwidgets",
  30. "version": "3.1.7#3"
  31. },
  32. {
  33. "name": "wxpython",
  34. "version": "4.1.1#9"
  35. },
  36. {
  37. "name": "ngspice",
  38. "version": "37"
  39. }
  40. ]
  41. }