mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
f47e55e234
* update openmesh * update version * Replace deprecated functions * update version * Fix CI errors for x64-linux * update version * update scalar specification * update version * update openmesh * update version * Remove duplicate version set. Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"name": "openmesh",
|
|
"version": "9.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
|
|
}
|
|
]
|
|
}
|