mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
88b3aedb3b
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)" This reverts commit 6e16931acdf85ab5476973ba00d8eda733f42858. * Update to 3.1.7 * Update installation layout * Upstream CMake export is not ready for use * Update versions * Remove obsolete patch * Use msvc layout for mingw on windows * Add debug-support feature * Update versions * Fix condition * Update versions * Restore symlink patch * Update versions * Remove trace option from test port * Enable testing without feature debug-support * Fixup defaults for using without debug support * Expect wxrc-3.1 for mingw cross builds ("unix" layout) * Update versions
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|