mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:19:06 +08:00
eaee229786
* update backward-cpp version * update vcpkg versions json file * delete `include-dir.diff` * update vcpkg versions file * remove PACKAGE_NAME item * fix version file * version format changes * add new version to vcpkg * add usage * chage main version in vcpkg * Add blank line * update version --------- Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "backward-cpp",
|
|
"version-date": "2023-11-24",
|
|
"description": "A beautiful stack trace pretty printer for C++",
|
|
"homepage": "https://github.com/bombela/backward-cpp",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|