vcpkg/ports/backward-cpp/vcpkg.json

18 lines
367 B
JSON
Raw Normal View History

{
"name": "backward-cpp",
"version": "1.6",
"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
}
]
}