Merge pull request #170 from Nycto/patch-1

Add delaunay package
This commit is contained in:
Dominik Picheta 2015-05-22 11:11:46 +01:00
commit a0ffd4b6b3

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