vcpkg/ports/cpptrace/vcpkg.json
Jeremy Rifkin 07a2f8c2a9
[cpptrace] Update port to v0.4.0 (#36572)
* Prepare for 0.4.0

* Version update

* Patch from upstream

* bump

* Update hash

* Fixes

* Bump

* rc2

* Bump

* Forgot to update hash

* bump

* Now ready to go

* bump
2024-02-12 14:12:19 -08:00

23 lines
473 B
JSON

{
"name": "cpptrace",
"version": "0.4.0",
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libdwarf",
"platform": "!windows | mingw"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}