aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wxcharts/vcpkg.json
blob: 90226b7e4093219773000a9966c0a68243047842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "wxcharts",
  "version-date": "2022-07-05",
  "description": "Chart controls for the wxWidgets cross-platform GUI library",
  "homepage": "https://www.wxishiko.com/wxCharts",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "wxwidgets"
  ]
}