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 0245d4c commit 21f8d16Copy full SHA for 21f8d16
mlua-sys/Cargo.toml
@@ -45,3 +45,10 @@ luau0-src = { version = "0.17.0", optional = true }
45
46
[lints.rust]
47
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(raw_dylib)'] }
48
+
49
+[package.metadata.system-deps]
50
+lua54 = { name = "lua-5.4", version = "5.4", optional = true }
51
+lua53 = { name = "lua-5.3", version = "5.3", optional = true }
52
+lua52 = { name = "lua-5.2", version = "5.2", optional = true }
53
+lua51 = { name = "lua-5.1", version = "5.1", optional = true }
54
+luajit = { name = "luajit", version = "2.0", optional = true }
0 commit comments