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

21 lines
425 B
JSON

{
"name": "manif",
"version": "0.0.5",
"description": "A small C++11 header-only library for Lie theory.",
"homepage": "https://github.com/artivis/manif",
"documentation": "https://artivis.github.io/manif/",
"license": "MIT",
"dependencies": [
"eigen3",
"tl-optional",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}