mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
a2de7817a5
* port wxcharts * regulate * add license in vcpkg.json * fix url * Update version database * Update ports/wxcharts/portfile.cmake vcpkg_from_github instead of vcpkg_from_git Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * try vcpkg_from_github instead of vcpkg_from_git * add hash * remove comments * Update version database * the patch has been merged in upstream, no need here * Update version * Update ports/wxcharts/vcpkg.json Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update version * Update versions/w-/wxcharts.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: abc <a@b.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "wxcharts",
|
|
"version-date": "2022-04-22",
|
|
"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"
|
|
]
|
|
}
|