Added luna Lua scripting library (#375)

* Added luna Lua scripting library

* Fix whitespace

* Package rename
This commit is contained in:
smallfx 2016-07-05 09:59:26 -07:00 committed by Dominik Picheta
parent 43790a8e70
commit 44d5634427

View File

@ -4889,5 +4889,17 @@
"web": "https://github.com/miere43/nim-registry", "web": "https://github.com/miere43/nim-registry",
"license": "MIT", "license": "MIT",
"method": "git" "method": "git"
},
{
"name": "luna",
"description": "Lua convenience library for nim",
"tags": [
"lua",
"scripting"
],
"url": "https://github.com/smallfx/luna.nim",
"web": "https://github.com/smallfx/luna.nim",
"license": "MIT",
"method": "git"
} }
] ]