aboutsummaryrefslogtreecommitdiff
path: root/ports/wxwidgets/vcpkg.json
blob: 540e2147fc792314873519c5608671dc1ce531f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "wxwidgets",
  "version-semver": "3.1.5",
  "port-version": 3,
  "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."
  ],
  "homepage": "https://github.com/wxWidgets/wxWidgets",
  "supports": "!uwp",
  "dependencies": [
    "expat",
    "libpng",
    "tiff",
    "zlib"
  ]
}