Merge pull request #483 from PMunch/master

Added nimcr package
This commit is contained in:
Dominik Picheta 2017-03-12 18:28:42 +01:00 committed by GitHub
commit bf7c24c8d2

View File

@ -871,6 +871,18 @@
"license": "MIT",
"web": "https://github.com/PMunch/SDLGamelib"
},
{
"name": "nimcr",
"url": "https://github.com/PMunch/nimcr",
"method": "git",
"tags": [
"shebang",
"utility"
],
"description": "A small program to make Nim shebang-able without the overhead of compiling each time",
"license": "MIT",
"web": "https://github.com/PMunch/nimcr"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",