From d9876349de04de9d2b32c64e81240ad6b53964d7 Mon Sep 17 00:00:00 2001 From: patternspandemic Date: Thu, 8 Jun 2023 07:53:28 -0700 Subject: [PATCH] Add package delaunator. (#2625) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 73e3825..60e7166 100644 --- a/packages.json +++ b/packages.json @@ -30473,5 +30473,20 @@ "description": "A quick media server in nim", "license": "GPL-3.0-only", "web": "https://github.com/arashi-software/shio" + }, + { + "name": "delaunator", + "url": "https://github.com/patternspandemic/delaunator-nim", + "method": "git", + "tags": [ + "delaunay", + "voronoi", + "dual graph", + "library" + ], + "description": "Fast 2D Delaunay triangulation. A Nim port of Mapbox/Delaunator.", + "license": "Unlicense", + "web": "https://github.com/patternspandemic/delaunator-nim", + "doc": "https://patternspandemic.github.io/delaunator-nim/" } ]