vcpkg/ports/libassert/vcpkg.json
Jeremy Rifkin 2cb6ec989f
[cpptrace] Add v0.3.0 (#35240)
* Initial work to add 0.3.0

* Bump

* Bump hash

* Bump

* Bump hash

* Bump

* Bump

* Bump

* More changes

* Bump

* Bump hash

* Bump

* Add an option

* Cleanup

* Bump

* Set to 0.3.0

* Bump

* Suggestions from dg0yt

* Bump

* Bump tag hash

* Bump git tree

* Delete patch from merge

* Bump

* Try to fix libassert build

* Bump

* Try again

* Bump

* Undo attempts to set cpptrace version for libassert

* Bump

* Add libassert 1.2.2

* Update libassert's vcpkg.json

* Bump

* Forgot to update SHA, also remove a patch that's not needed

* Bump

* Add patch for cpptrace::nullable

* Bump
2023-11-29 01:09:30 -08:00

20 lines
403 B
JSON

{
"name": "libassert",
"version": "1.2.2",
"description": "The most over-engineered and overpowered C++ assertion library.",
"homepage": "https://github.com/jeremy-rifkin/libassert",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"cpptrace",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}