vcpkg/ports/openmesh/vcpkg.json
2023-02-24 11:57:40 -08:00

19 lines
423 B
JSON

{
"name": "openmesh",
"version": "9.0",
"port-version": 1,
"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
}
]
}