diff options
| author | andri lim <jangko128@gmail.com> | 2017-05-10 16:44:13 +0700 |
|---|---|---|
| committer | andri lim <jangko128@gmail.com> | 2017-05-10 16:44:13 +0700 |
| commit | 84cbfe0710e9ade6ac91cd992075117966aaa6fc (patch) | |
| tree | 33e482b7cfc8935c48c6b8e12539ce24eeb6af35 | |
| parent | 25110f13f2d0bba57ebcc801cb880bfd7e52987c (diff) | |
| download | packages-84cbfe0710e9ade6ac91cd992075117966aaa6fc.tar.gz packages-84cbfe0710e9ade6ac91cd992075117966aaa6fc.zip | |
add nimAGG package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1433c90..c071697 100644 --- a/packages.json +++ b/packages.json @@ -6301,5 +6301,20 @@ "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" } ] |
