Merge pull request #255 from jangko/master

add nimPNG and nimBMP
This commit is contained in:
Dominik Picheta 2015-09-20 12:13:33 +01:00
commit ccf9d298d8

View File

@ -3287,5 +3287,31 @@
"description": "A Rebol-ish language implemented as an AST interpreter",
"license": "MIT",
"web": "https://github.com/gokr/ni"
},
{
"name": "nimBMP",
"url": "https://github.com/jangko/nimBMP",
"method": "git",
"tags": [
"graphics",
"library",
"BMP"
],
"description": "BMP encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimBMP"
},
{
"name": "nimPNG",
"url": "https://github.com/jangko/nimPNG",
"method": "git",
"tags": [
"graphics",
"library",
"PNG"
],
"description": "PNG(Portable Network Graphics) encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimPNG"
}
]