From 32f993aa845dfabdd3e6b37fc791b261fcc8a68c Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Tue, 22 Sep 2015 08:44:28 -0400 Subject: [PATCH] Update README.md Added #89 - Delaunay module link to module list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a3f35..ecdb9f6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ C header files/libraries/etc. for building C module |[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.| |[Binary-Heaps](http://yonaba.github.com/Binary-Heaps)|1.5.1| Implementation of binary heaps data structure in pure Lua.| |[strictness](http://yonaba.github.io/strictness)|0.2.0| Tracks accesses and assignments of undefined variables in Lua.| +|[delaunay](http://yonaba.github.io/delaunay/)|0.1.0| Delaunay triangulation for convex polygon.| ## History ##