mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
406d612e81
* [openmesh] Update to 10.0 and apply more love * Fix osx build (restore c++11 compatibility)
18 lines
403 B
JSON
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
|
|
}
|
|
]
|
|
}
|