Fix rockspec
This commit is contained in:
parent
bd3811ec03
commit
8ec0e638ce
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ version = "0.1-1"
|
|||
source = {
|
||||
url = "git://github.com/vrld/suit.git"
|
||||
}
|
||||
description = {"Immediate mode GUI library in pure Lua."}
|
||||
description = {
|
||||
summary="Immediate mode GUI library in pure Lua.",
|
||||
homepage = "https://suit.readthedocs.io",
|
||||
license = "MIT",
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue