Skip to content

Commit 21f8d16

Browse files
committed
Add [package.metadata.system-deps] to mlua-sys/Cargo.toml
1 parent 0245d4c commit 21f8d16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mlua-sys/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ luau0-src = { version = "0.17.0", optional = true }
4545

4646
[lints.rust]
4747
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

Comments
 (0)