mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
371be89c1e
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
27 lines
705 B
JSON
27 lines
705 B
JSON
{
|
|
"name": "wxwidgets",
|
|
"version-semver": "3.1.5",
|
|
"port-version": 7,
|
|
"description": [
|
|
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
|
|
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",
|
|
"Set WXWIDGETS_USE_STD_CONTAINERS in a custom triplet to build with the wxUSE_STD_CONTAINERS build option."
|
|
],
|
|
"homepage": "https://github.com/wxWidgets/wxWidgets",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"expat",
|
|
"libpng",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|