vcpkg/ports/backward-cpp/vcpkg.json
2024-03-22 17:07:40 -07:00

19 lines
400 B
JSON

{
"name": "backward-cpp",
"version-date": "2023-11-24",
"port-version": 1,
"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
}
]
}