mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 07:45:11 +08:00
2cb6ec989f
* 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
20 lines
403 B
JSON
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
|
|
}
|
|
]
|
|
}
|