Skip to content

Commit d6a16a0

Browse files
committed
Add serpent library to dependencies
Files change: - fusionscript-dev-1.rockspec What this adds / changes: - Penlight is no longer a dependency (and was not previously listed!!) - Serpent (a serialization library) will be used instead Why this commit was added: Penlight is a rather large dependency and often seen as a "standard library" for Lua. This commit helps reduce the file requirements of the FusionScript runtime.
1 parent 24710c8 commit d6a16a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fusionscript-dev-1.rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ description = {
1414
dependencies = {
1515
"lua >= 5.1",
1616
"lpeg >= 1.0",
17-
"luafilesystem"
17+
"luafilesystem",
18+
"serpent"
1819
}
1920

2021
local default = "source"

0 commit comments

Comments
 (0)