mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 17:49:02 +08:00
18 lines
327 B
JSON
18 lines
327 B
JSON
|
{
|
||
|
"name": "stackwalker",
|
||
|
"version": "1.20",
|
||
|
"description": "StackWalker - Walking the callstack.",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"supports": "windows & !arm & !uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|