diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-05-12 22:31:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-12 22:31:23 +0100 |
| commit | 4d653fead5adefdcb1f9cf52b860e8ec9fa37737 (patch) | |
| tree | fd20377d866589fdad825c91b124ae4dff72bf03 | |
| parent | cf04e2cb14ac2c6226ca35b2a9ecd57ae6586134 (diff) | |
| parent | 702a49ac668beb34b36d6bb8a89e0431af2ddcfb (diff) | |
| download | packages-4d653fead5adefdcb1f9cf52b860e8ec9fa37737.tar.gz packages-4d653fead5adefdcb1f9cf52b860e8ec9fa37737.zip | |
Merge pull request #500 from jangko/addpolyBoolpackage
add polyBool package
| -rw-r--r-- | packages.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0d71c0e..610f65a 100644 --- a/packages.json +++ b/packages.json @@ -6290,6 +6290,34 @@ "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" + }, + { + "name": "nimAGG", + "url": "https://github.com/jangko/nimAGG", + "method": "git", + "tags": [ + "renderer", + "rasterizer", + "library", + "2D", + "graphics" + ], + "description": "Hi Fidelity Rendering Engine", + "license": "MIT", + "web": "https://github.com/jangko/nimAGG" + }, + { "name": "primme", "url": "https://github.com/jxy/primme", "method": "git", |
