mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "meshoptimizer",
|
|
"version": "0.22",
|
|
"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",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|