vcpkg/ports/manif/vcpkg.json

21 lines
435 B
JSON
Raw Normal View History

2023-07-20 05:23:19 +08:00
{
"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
}
]
}