diff options
| author | Araq <rumpf_a@web.de> | 2015-08-20 23:05:45 +0200 |
|---|---|---|
| committer | Araq <rumpf_a@web.de> | 2015-08-20 23:05:45 +0200 |
| commit | 5c72b1be13012f09d7d897fa96ff245351cee2b5 (patch) | |
| tree | 583c13fc9826767bd6ae45c0df2e91729936e110 | |
| parent | 79989dd37ddf60408199233af1d55e1d898ba438 (diff) | |
| download | packages-5c72b1be13012f09d7d897fa96ff245351cee2b5.tar.gz packages-5c72b1be13012f09d7d897fa96ff245351cee2b5.zip | |
Added package sdl1
| -rw-r--r-- | packages.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 5c409be..1ca5184 100644 --- a/packages.json +++ b/packages.json @@ -2998,5 +2998,21 @@ "description": "Sphinx wrapper for Nim", "license": "LGPL", "web": "https://github.com/Araq/sphinx" + }, + { + "name": "sdl1", + "url": "https://github.com/nim-lang/sdl1", + "method": "git", + "tags": [ + "graphics", + "library", + "multi-media", + "input", + "sound", + "joystick" + ], + "description": "SDL 1.2 wrapper for Nim.", + "license": "LGPL", + "web": "https://github.com/nim-lang/sdl1" } -] +]
\ No newline at end of file |
