diff options
Diffstat (limited to 'vcpkg/ports/meshoptimizer/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/meshoptimizer/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/meshoptimizer/vcpkg.json b/vcpkg/ports/meshoptimizer/vcpkg.json new file mode 100644 index 0000000..bdf1b8a --- /dev/null +++ b/vcpkg/ports/meshoptimizer/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "meshoptimizer", + "version": "0.25", + "port-version": 2, + "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", + "dependencies": [ + "basisu" + ] + } + } +} |