mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:31:38 +08:00
8773f4a10b
* Fix missing headers in gppanel. Submitted upstream as https://github.com/woollybah/gppanel/pull/5 * Version DB
20 lines
503 B
JSON
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"
|
|
]
|
|
}
|