vcpkg/ports/meshoptimizer/vcpkg.json
chausner 39ed6e65af
[meshoptimizer] Update to 0.16 (#20395)
* Update meshoptimizer to 0.16

* Update CI baseline

* Address PR feedback

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-29 08:36:24 -07:00

17 lines
352 B
JSON

{
"name": "meshoptimizer",
"version": "0.16",
"description": "Mesh optimization library that makes meshes smaller and faster to render",
"homepage": "https://github.com/zeux/meshoptimizer",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}