Files
vcpkg/ports/manif/vcpkg.json
2025-12-27 04:47:07 +00:00

22 lines
446 B
JSON

{
"name": "manif",
"version": "0.0.5",
"port-version": 1,
"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
}
]
}