From a9dc801550c85547afa1db84267117061168da1b Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 26 Apr 2020 23:17:11 -0600 Subject: [PATCH] Add package sdl2 (#1451) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7518f95..e96960b 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": "nim_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" } ]