diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2015-08-20 23:09:06 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2015-08-20 23:09:06 +0200 |
| commit | 5dfe94862b71541a586008625e704dcdc0b872d1 (patch) | |
| tree | 583c13fc9826767bd6ae45c0df2e91729936e110 | |
| parent | 2db4f25c6ec593c9a5b39878c333ec23db2b3f45 (diff) | |
| parent | 5c72b1be13012f09d7d897fa96ff245351cee2b5 (diff) | |
| download | packages-5dfe94862b71541a586008625e704dcdc0b872d1.tar.gz packages-5dfe94862b71541a586008625e704dcdc0b872d1.zip | |
Merge pull request #228 from Araq/master
Add 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 |
