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.

16 lines
548 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": "36fb23307e10cc6ffcec566c46c4bb3f567c82c6"
  7. },
  8. "registries": [
  9. {
  10. "kind": "git",
  11. "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
  12. "baseline": "a5f6c93d41190d8dd011553c9f5df0dbaf8387a0",
  13. "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
  14. }
  15. ]
  16. }