mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add missing mlua feature to lune-std-luau
This commit is contained in:
parent
a7ac864ca5
commit
c7cbda98fe
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ path = "src/lib.rs"
|
|||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
mlua = { version = "0.9.7", features = ["luau"] }
|
||||
mlua = { version = "0.9.7", features = ["luau", "luau-jit"] }
|
||||
|
||||
lune-utils = { version = "0.1.2", path = "../lune-utils" }
|
||||
|
|
Loading…
Reference in a new issue