diff --git a/filament-v1.1-1.rockspec b/filament-v1.1-1.rockspec new file mode 100644 index 0000000..fc6b297 --- /dev/null +++ b/filament-v1.1-1.rockspec @@ -0,0 +1,17 @@ +package = "filament" +version = "v1.1-1" +source = { + url = "git+ssh://git@github.com/Guard13007/Filament.git", + tag = "v1.1" +} +description = { + summary = "A simplification of the Love engine's threading model.", + homepage = "https://github.com/Guard13007/Filament", + license = "MIT license" +} +build = { + type = "builtin", + modules = { + filament = "filament.lua" + } +} diff --git a/filament.moon b/filament.moon index b0a9f65..21810e7 100644 --- a/filament.moon +++ b/filament.moon @@ -43,7 +43,7 @@ class Filament @thread = thread.newThread fn start: => - @thread\start opts + @thread\start(@opts) push: (...) => if 1 < select "#", ...