diff options
| author | andri lim <jangko128@gmail.com> | 2017-05-05 18:25:13 +0700 |
|---|---|---|
| committer | andri lim <jangko128@gmail.com> | 2017-05-05 18:25:13 +0700 |
| commit | 25110f13f2d0bba57ebcc801cb880bfd7e52987c (patch) | |
| tree | aa1070f050e0801013c0876a68e5d3dfc27fa658 | |
| parent | 00d676c5ce9e2735d5faed21189ed4d2f027032a (diff) | |
| download | packages-25110f13f2d0bba57ebcc801cb880bfd7e52987c.tar.gz packages-25110f13f2d0bba57ebcc801cb880bfd7e52987c.zip | |
add polyBool package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3e6fa29..1433c90 100644 --- a/packages.json +++ b/packages.json @@ -6288,5 +6288,18 @@ "description": "wrapper for FreeType2 library", "license": "MIT", "web": "https://github.com/jangko/freetype" + }, + { + "name": "polyBool", + "url": "https://github.com/jangko/polyBool", + "method": "git", + "tags": [ + "polygon", + "clipper", + "library" + ], + "description": "Polygon Clipper Library (Martinez Algorithm)", + "license": "MIT", + "web": "https://github.com/jangko/polyBool" } ] |
