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 14b02d3Copy full SHA for 14b02d3
1 file changed
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 = ["lua5.4", "lua-5.4", "lua54", "lua"], version = "5.4", optional = true }
51
+lua53 = { name = ["lua5.3", "lua-5.3", "lua53", "lua"], version = "5.3", optional = true }
52
+lua52 = { name = ["lua5.2", "lua-5.2", "lua52", "lua"], version = "5.2", optional = true }
53
+lua51 = { name = ["lua5.1", "lua-5.1", "lua51", "lua"], version = "5.1", optional = true }
54
+luajit = { name = "luajit", version = "2.0.4", optional = true }
0 commit comments