sayanarijit / xplr

A hackable, minimal, fast TUI file explorer
https://xplr.dev
MIT License
4.06k stars 75 forks source link

cargo: allow building with system lua #703

Closed nekopsykose closed 3 months ago

nekopsykose commented 3 months ago

useful for distros


no change in default behaviour, but allows passing --no-default-features which makes mlua look up luajit via pkg-config to link to a system library. distros already patch this, so this lets them do it with no patch :)

sayanarijit commented 3 months ago

Thanks…