mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
ac17779207
* [sophus] updated to 1.22.10, removed optional dependencies * Update version * cleanup * fix CI
20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"name": "sophus",
|
|
"version": "1.22.10",
|
|
"description": "Lie group library for C++",
|
|
"homepage": "https://github.com/strasdat/Sophus",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|