mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
da212216c9
* Updating meshoptimizer and adding optional feature to build gltfpack * Updating version * Adding license to meshoptimizer * Updating version
23 lines
460 B
JSON
23 lines
460 B
JSON
{
|
|
"name": "meshoptimizer",
|
|
"version": "0.18",
|
|
"description": "Mesh optimization library that makes meshes smaller and faster to render",
|
|
"homepage": "https://github.com/zeux/meshoptimizer",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"gltfpack": {
|
|
"description": "Build gltfpack tool"
|
|
}
|
|
}
|
|
}
|