vcpkg/ports/backward-cpp/vcpkg.json
endingly eaee229786
[backward-cpp]Update version (#35583)
* 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>
2023-12-28 00:25:44 -08:00

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
}
]
}