vcpkg/ports/openmesh/vcpkg.json
Osyotr 406d612e81
[openmesh] Update to 10.0 and apply more love (#36540)
* [openmesh] Update to 10.0 and apply more love

* Fix osx build (restore c++11 compatibility)
2024-02-06 13:14:45 -08:00

18 lines
403 B
JSON

{
"name": "openmesh",
"version": "10.0",
"description": "A generic and efficient polygon mesh data structure",
"homepage": "https://www.graphics.rwth-aachen.de/media/openmesh_static/Daily-Builds/Doc/index.html",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}