mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:02:20 +08:00
25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"name": "meshoptimizer",
|
|
"version": "0.19",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|