vcpkg/ports/gppanel/vcpkg.json
Billy O'Neal 8773f4a10b
[gppanel] Fix missing headers (#31968)
* Fix missing headers in gppanel.

Submitted upstream as https://github.com/woollybah/gppanel/pull/5

* Version DB
2023-06-13 19:07:45 -07:00

20 lines
503 B
JSON

{
"name": "gppanel",
"version-date": "2020-05-20",
"port-version": 3,
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wxwidgets"
]
}