mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 20:39:07 +08:00
7d596220f9
* [wxwidgets] Fix include path in UNIX * update version record
15 lines
363 B
JSON
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"
|
|
]
|
|
}
|