mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:39:01 +08:00
eed75c0ad5
* [wxwidgets] Merge fix-patch from upstream Upstream fix:94b399418c
* [wxwidgets] Merge fix-patch from upstream Upstream fix:94b399418c
15 lines
363 B
JSON
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"
|
|
]
|
|
}
|