diff options
| author | James <NyctoFixer@gmail.com> | 2015-05-21 19:13:09 -0700 |
|---|---|---|
| committer | James <NyctoFixer@gmail.com> | 2015-05-21 19:13:09 -0700 |
| commit | 8269a2d63c9869fac85109fd98eed1bb38aba8b7 (patch) | |
| tree | 75b30b53bf6168066cd60e41ee43b805532c4538 | |
| parent | db517cceacbea77766b98a1dcdd52272c8e158e9 (diff) | |
| download | packages-8269a2d63c9869fac85109fd98eed1bb38aba8b7.tar.gz packages-8269a2d63c9869fac85109fd98eed1bb38aba8b7.zip | |
Add delaunay package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0e17685..a8777a8 100644 --- a/packages.json +++ b/packages.json @@ -1532,5 +1532,14 @@ "description": "String interpolation with printf syntax", "license": "MIT", "web": "https://github.com/bluenote10/nim-stringinterpolation" + }, + { + "name": "delaunay", + "url": "https://github.com/Nycto/DelaunayNim", + "method": "git", + "tags": ["delaunay", "library", "algorithms", "graph"], + "description": "2D Delaunay triangulations", + "license": "MIT", + "web": "https://github.com/Nycto/DelaunayNim" } ] |
