diff options
Diffstat (limited to 'vcpkg/ports/manifold/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/manifold/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/manifold/vcpkg.json b/vcpkg/ports/manifold/vcpkg.json new file mode 100644 index 0000000..6c80e68 --- /dev/null +++ b/vcpkg/ports/manifold/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "manifold", + "version": "3.2.1", + "port-version": 1, + "description": "Geometry library for topological robustness.", + "homepage": "https://github.com/elalish/manifold", + "license": "Apache-2.0", + "dependencies": [ + "clipper2", + "tbb", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |