We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2557a7a commit dbd3032Copy full SHA for dbd3032
Cargo.toml
@@ -9,5 +9,5 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
pulldown-cmark = "0.7.1"
12
-mlua = "0.3.2"
+mlua = { version = "0.3.2", default-features = false, features = [ "luajit" ] }
13
mlua_derive = "0.3.0"
0 commit comments