Browse Source

Point vcpkg to wxWidgets with wxMenuItem bitmaps fixed on MSW

7.0
Marek Roszko 3 years ago
parent
commit
e1193aaf35
  1. 2
      vcpkg-configuration.json
  2. 2
      vcpkg.json

2
vcpkg-configuration.json

@ -8,7 +8,7 @@
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "56d04625029fbf28047bde04e7de9ecfd782377b",
"baseline": "95383aa89d28633085b534e22483a690019dcf52",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
}
]

2
vcpkg.json

@ -28,7 +28,7 @@
},
{
"name": "wxwidgets",
"version": "3.1.7#2"
"version": "3.1.7#3"
},
{
"name": "wxpython",

Loading…
Cancel
Save