mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
7e7c62d863
* Updating meshoptimizer port to add basisu support to gltfpack * Updating version * Using proper gltfpack branch for v0.18 * Updating version * Adding patch to fix x86-windows * Updating version
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "meshoptimizer",
|
|
"version": "0.18",
|
|
"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"
|
|
}
|
|
}
|
|
}
|