From 4dea4bfc4a3b0f193beae695bc9ee0a83e51b110 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sun, 26 Apr 2020 15:38:19 -0600 Subject: [PATCH 1/2] Added package sdl2 --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7518f95..cae6992 100644 --- a/packages.json +++ b/packages.json @@ -17574,5 +17574,19 @@ "description": "Nim wrapper for the PARI library", "license": "MIT", "web": "https://github.com/BarrOff/nim-pari" + }, + { + "name": "sdl2", + "url": "https://github.com/jyapayne/nim-sdl2", + "method": "git", + "tags": [ + "sdl2", + "sdl", + "graphics", + "game" + ], + "description": "SDL2 Autogenerated wrapper", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-sdl2" } ] From 402ad4ebb914ec9bed88debd4c687ba648572e6c Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 26 Apr 2020 15:42:10 -0600 Subject: [PATCH 2/2] Update packages.json --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cae6992..e96960b 100644 --- a/packages.json +++ b/packages.json @@ -17576,7 +17576,7 @@ "web": "https://github.com/BarrOff/nim-pari" }, { - "name": "sdl2", + "name": "nim_sdl2", "url": "https://github.com/jyapayne/nim-sdl2", "method": "git", "tags": [