aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagick93 <kurrent93@gmail.com>2018-06-11 00:59:47 +1200
committerDominik Picheta <dominikpicheta@googlemail.com>2018-06-10 13:59:47 +0100
commit3bb6036030a6479b6b01d7d41da04e307ec43f85 (patch)
treebf5c3074a284d7d5c9e1a74b19cd67ce1cb9fd98
parentf1d0de245b9b24a8305f531c63bd47d025dcbf8a (diff)
downloadpackages-3bb6036030a6479b6b01d7d41da04e307ec43f85.tar.gz
packages-3bb6036030a6479b6b01d7d41da04e307ec43f85.zip
Add package nimsvg (#761)
* Added package nimsvg * Added tag
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f09a3be..a589db8 100644
--- a/packages.json
+++ b/packages.json
@@ -9574,5 +9574,16 @@
"description": "Extensible bit vector integer encoding library",
"license": "MIT",
"web": "https://github.com/keyme/nim_bitvec"
+ },
+ {
+ "name": "nimsvg",
+ "url": "https://github.com/bluenote10/NimSvg",
+ "method": "git",
+ "tags": [
+ "svg"
+ ],
+ "description": "Nim-based DSL allowing to generate SVG files and GIF animations.",
+ "license": "MIT",
+ "web": "https://github.com/bluenote10/NimSvg"
}
]