mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "poselib",
|
|
"version": "2.0.4",
|
|
"description": "Minimal solvers for calibrated camera pose estimation",
|
|
"homepage": "https://github.com/PoseLib/PoseLib",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|