Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Joey
402ad4ebb9
Update packages.json 2020-04-26 15:42:10 -06:00
Joey Yakimowich-Payne
4dea4bfc4a Added package sdl2 2020-04-26 15:38:19 -06:00

View file

@ -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"
}
]