update lua playground crate dependencies

This commit is contained in:
2024-01-16 18:36:13 +01:00
parent 8c6ef99206
commit 8db02f2e36
2 changed files with 29 additions and 27 deletions

View File

@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
mlua = { git = "https://github.com/khvzak/mlua.git", features = ["lua51"] }
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }