made lanes optional(Removed it from the dependency list)

This commit is contained in:
2022-04-18 22:51:38 -04:00
parent 2cc2a57a46
commit 8da4c4c1de
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ description = {
license = "MIT"
}
dependencies = {
"lua >= 5.1",
"lanes",
"lua >= 5.1"
}
build = {
type = "builtin",