diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2015-08-20 23:14:11 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2015-08-20 23:14:11 +0200 |
| commit | 1d0b1e2da9c985cc878629f7132484d684e5e64c (patch) | |
| tree | c9a50408b30885228c7ca7bde6a55123b17276fe | |
| parent | 5dfe94862b71541a586008625e704dcdc0b872d1 (diff) | |
| parent | 042e70844298c9820a63481975b4ddb4504c3f49 (diff) | |
| download | packages-1d0b1e2da9c985cc878629f7132484d684e5e64c.tar.gz packages-1d0b1e2da9c985cc878629f7132484d684e5e64c.zip | |
Merge pull request #229 from Araq/master
Add package graphics
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1ca5184..3e91c59 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]
\ No newline at end of file |
