aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gppanel/vcpkg.json
blob: 6b6d2dbf294b274096f5e63eebcdc85384bd1bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "gppanel",
  "version-date": "2020-05-20",
  "port-version": 4,
  "description": "gpPanel is chart library for wxWidget. It inheritance from wxPanel and use modified wxMathPlot library at chart engine.",
  "homepage": "https://github.com/woollybah/gppanel",
  "license": "GPL-2.0-or-later WITH WxWindows-exception-3.1",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "wxwidgets"
  ]
}