chore(lua54): utilize Lua version 5.4 runtime

This version includes improved changes to GC, better pseudo-randomness with `math.random()` (no longer requiring a seed to display even an ounce of randomness), and `const` keyword for all the immutable fellas out there.
This commit is contained in:
Taso
2021-07-27 11:09:41 -04:00
committed by GitHub
parent a05648d58f
commit c900b99f86
+3 -1
View File
@@ -32,6 +32,8 @@ ui_page {
'html/ui.html'
}
lua54 'yes'
files {
'html/ui.html',
'html/css/main.css',
@@ -42,4 +44,4 @@ dependencies {
'progressbar',
'connectqueue',
'ghmattimysql'
}
}