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