- Add option to include lua files
- Set
LUA_ROCKSPEC_PACKAGE
/LUA_ROCKSPEC_VERSION
environment variables during build
- Pass correct
target-dir
arg to cargo instead oftarget
(#12)
This release lines up with the mlua v0.9 changes
- Do not require lua headers or lib on Windows (modules are linked with
lua5x.dll
) - Never pass
vendored
feature (makes no sense in the module mode) - Support
default_features = false
option to pass--no-default-features
to cargo - Support
features
option to pass additional features to cargo