Browse Source

Update vcpkg for wx3.3 trial in windows nightlies

pull/18/head
Mark Roszko 4 months ago
parent
commit
2440cf4892
  1. 6
      vcpkg-configuration.json
  2. 12
      vcpkg.json

6
vcpkg-configuration.json

@ -9,13 +9,13 @@
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "861713f25db7228fbdb40a1fb63bccfe007aa927",
"baseline": "5ac5553c7195b76a551ae8a5b8ca78958ac1ba6f",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"wxpython-33",
"wxwidgets-33",
"ngspice"
]
}

12
vcpkg.json

@ -18,7 +18,7 @@
"boost-test",
"boost-uuid",
"cairo",
"wxwidgets",
"wxwidgets-33",
"glew",
"curl",
{
@ -41,7 +41,7 @@
},
"icu",
"ngspice",
"wxpython",
"wxpython-33",
{
"name": "libgit2",
"features": [ "ssh", "winhttp" ]
@ -61,12 +61,12 @@
"version": "3.11.5#0"
},
{
"name": "wxwidgets",
"version": "3.2.8"
"name": "wxwidgets-33",
"version": "3.3.0#0"
},
{
"name": "wxpython",
"version": "4.2.2#3"
"name": "wxpython-33",
"version": "4.2.3#0"
},
{
"name": "ngspice",

Loading…
Cancel
Save