Skip to content

Commit

Permalink
cargo: allow building with system lua (#703)
Browse files Browse the repository at this point in the history
useful for distros
  • Loading branch information
nekopsykose committed Apr 6, 2024
1 parent d5217f6 commit 7c6dffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ features = ['serde']

[dependencies.mlua]
version = "0.9.6"
features = ['luajit', 'vendored', 'serialize', 'send']
features = ['luajit', 'serialize', 'send']

[dependencies.tui-input]
version = "0.8.0"
Expand All @@ -90,5 +90,7 @@ panic = 'abort'
strip = true

[features]
default = ["vendored-lua"]
vendored-lua = ["mlua/vendored"]


0 comments on commit 7c6dffc

Please sign in to comment.