vcpkg/ports/meshoptimizer/vcpkg.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"
}
}
}