vcpkg/ports/wxwidgets/vcpkg.json
Jack·Boos·Yu 7d596220f9
[wxwidgets] Fix include path in UNIX (#16371)
* [wxwidgets] Fix include path in UNIX

* update version record
2021-04-07 14:12:18 -07:00

15 lines
363 B
JSON

{
"name": "wxwidgets",
"version-semver": "3.1.4",
"port-version": 7,
"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"
]
}