vcpkg/ports/manif/vcpkg.json
2023-07-19 14:23:19 -07:00

21 lines
435 B
JSON

{
"name": "manif",
"version-date": "2023-07-17",
"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
}
]
}