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.

23 lines
625 B

  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
  3. "default-registry": {
  4. "kind": "git",
  5. "repository": "https://github.com/microsoft/vcpkg",
  6. "baseline": "97dd26728e3856ed1ab62ee74ee3a391d9c81d19"
  7. },
  8. "registries": [
  9. {
  10. "kind": "git",
  11. "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
  12. "baseline": "cffa190cc20bf9a92e863f480e53d033116dae98",
  13. "packages": [
  14. "glew",
  15. "python3",
  16. "opencascade",
  17. "wxpython",
  18. "wxwidgets",
  19. "ngspice"
  20. ]
  21. }
  22. ]
  23. }