2021-02-09 10:30:48 +08:00
|
|
|
{
|
|
|
|
"name": "wxwidgets",
|
2021-05-18 08:42:11 +08:00
|
|
|
"version-semver": "3.1.5",
|
2022-05-05 10:07:23 +08:00
|
|
|
"port-version": 11,
|
2021-08-19 23:59:43 +08:00
|
|
|
"description": [
|
|
|
|
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
|
2021-12-09 07:58:38 +08:00
|
|
|
"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."
|
2021-08-19 23:59:43 +08:00
|
|
|
],
|
2021-02-09 10:30:48 +08:00
|
|
|
"homepage": "https://github.com/wxWidgets/wxWidgets",
|
2022-04-19 01:56:00 +08:00
|
|
|
"license": "LGPL-2.0-or-later WITH WxWindows-exception-3.1",
|
2021-02-09 10:30:48 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2022-04-19 01:56:00 +08:00
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!windows & !osx"
|
|
|
|
},
|
2021-02-09 10:30:48 +08:00
|
|
|
"expat",
|
2022-04-19 01:56:00 +08:00
|
|
|
"libjpeg-turbo",
|
2021-02-09 10:30:48 +08:00
|
|
|
"libpng",
|
|
|
|
"tiff",
|
2021-12-09 07:58:38 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-02-09 10:30:48 +08:00
|
|
|
"zlib"
|
2022-04-19 01:56:00 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"example": {
|
|
|
|
"description": "Example source code and CMake project"
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 10:30:48 +08:00
|
|
|
}
|