mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:39:00 +08:00
18 lines
367 B
JSON
18 lines
367 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|