Add delaunay package

This commit is contained in:
James 2015-05-21 19:13:09 -07:00
parent db517cceac
commit 8269a2d63c

View File

@ -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"
}
]