Merge pull request #229 from Araq/master

Add package graphics
This commit is contained in:
Andreas Rumpf 2015-08-20 23:14:11 +02:00
commit 1d0b1e2da9

View File

@ -3014,5 +3014,17 @@
"description": "SDL 1.2 wrapper for Nim.",
"license": "LGPL",
"web": "https://github.com/nim-lang/sdl1"
},
{
"name": "graphics",
"url": "https://github.com/nim-lang/graphics",
"method": "git",
"tags": [
"library",
"SDL"
],
"description": "Graphics module for Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/graphics"
}
]