aboutsummaryrefslogtreecommitdiff
path: root/ports/wxwidgets/vcpkg.json
blob: dea70c5452159b6c5323f5973565e6e731a928f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "wxwidgets",
  "version-semver": "3.1.4",
  "port-version": 6,
  "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"
  ]
}