diff options
| author | Araq <rumpf_a@web.de> | 2015-08-20 23:10:10 +0200 |
|---|---|---|
| committer | Araq <rumpf_a@web.de> | 2015-08-20 23:10:10 +0200 |
| commit | 042e70844298c9820a63481975b4ddb4504c3f49 (patch) | |
| tree | c9a50408b30885228c7ca7bde6a55123b17276fe | |
| parent | 5c72b1be13012f09d7d897fa96ff245351cee2b5 (diff) | |
| download | packages-042e70844298c9820a63481975b4ddb4504c3f49.tar.gz packages-042e70844298c9820a63481975b4ddb4504c3f49.zip | |
Added 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 |
