vcpkg/ports/wxwidgets/vcpkg.json
JonLiu1993 e120407c0f
[wxWidgets] update to 3.1.5 (#17527)
* [wxWidgets] update to 3.1.5

* update version
2021-05-17 17:42:11 -07:00

14 lines
342 B
JSON

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