From 5c72b1be13012f09d7d897fa96ff245351cee2b5 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 20 Aug 2015 23:05:45 +0200 Subject: [PATCH] Added package sdl1 --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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