Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
404 B
JSON

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