diff options
Diffstat (limited to 'vcpkg/ports/delaunator-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/delaunator-cpp/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/delaunator-cpp/vcpkg.json b/vcpkg/ports/delaunator-cpp/vcpkg.json new file mode 100644 index 0000000..0933e50 --- /dev/null +++ b/vcpkg/ports/delaunator-cpp/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "delaunator-cpp", + "version": "1.0.0", + "description": "A really fast C++ library for Delaunay triangulation of 2D points", + "homepage": "https://github.com/abellgithub/delaunator-cpp", + "license": "MIT" +} |