mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
a175d0a7d8
* update version * Update vcpkg.json * fix * fix * fix some * x-add-version * license info * x-add-version * Update vcpkg.json * Update openmvs.json
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"name": "vcglib",
|
|
"version-string": "2022.02",
|
|
"description": "library for manipulation, processing, cleaning, simplifying triangle meshes.",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": [
|
|
"eigen3"
|
|
]
|
|
}
|