vcpkg/ports/wxwidgets/vcpkg.json
cnbatch eed75c0ad5
[wxwidgets] Merge fix-patch from upstream (#18016)
* [wxwidgets] Merge fix-patch from upstream

Upstream fix: 94b399418c

* [wxwidgets] Merge fix-patch from upstream

Upstream fix: 94b399418c
2021-05-21 00:36:51 -07:00

15 lines
363 B
JSON

{
"name": "wxwidgets",
"version-semver": "3.1.5",
"port-version": 2,
"description": "a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.",
"homepage": "https://github.com/wxWidgets/wxWidgets",
"supports": "!uwp",
"dependencies": [
"expat",
"libpng",
"tiff",
"zlib"
]
}