Point vcpkg to wx3.1.6 and patched wxpython
This commit is contained in:
parent
ccf235a8c3
commit
3989cd9b00
|
@ -8,7 +8,7 @@
|
||||||
{
|
{
|
||||||
"kind": "git",
|
"kind": "git",
|
||||||
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
|
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
|
||||||
"baseline": "0799dc927d94ff407a4a69c438a654429f0124af",
|
"baseline": "797667896ba2d4aee372a7d585e86d1b03b91e99",
|
||||||
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
|
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -28,7 +28,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wxwidgets",
|
"name": "wxwidgets",
|
||||||
"version": "3.1.5#11"
|
"version": "3.1.6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "wxpython",
|
||||||
|
"version": "4.1.1#8"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue