aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-06-14 23:45:40 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-06-14 23:45:40 +0100
commitc893ad84c623e4414abdd3927bf3e6c84c53e865 (patch)
treef6b944bee0fa1fa11208b34dcc6969a64a50ce77
parent83509009672bac14320e99d2dd37a24d98207d88 (diff)
parentb743815665fe768f1355c937ffdd486084e5abe5 (diff)
downloadpackages-c893ad84c623e4414abdd3927bf3e6c84c53e865.tar.gz
packages-c893ad84c623e4414abdd3927bf3e6c84c53e865.zip
Merge pull request #64 from def-/master
Add rsvg module
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5cc318d..308ee11 100644
--- a/packages.json
+++ b/packages.json
@@ -721,5 +721,14 @@
"description":"Wrapper for the markdown rendering hoedown library",
"license": "MIT",
"web": "http://gradha.github.io/midnight_dynamite/"
+ },
+ {
+ "name": "rsvg",
+ "url": "git://github.com/def-/rsvg",
+ "method": "git",
+ "tags": ["wrapper", "library", "graphics"],
+ "description": "Wrapper for librsvg, a Scalable Vector Graphics (SVG) rendering library"
+ "license": "MIT",
+ "web": "https://github.com/def-/rsvg"
}
]