mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
21 lines
435 B
JSON
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
|
|
}
|
|
]
|
|
}
|