- Added Lua 5.5 support
- Support
cargo_extra_argsoption to pass additional flags to cargo
- Luarocks 3.12 compatibility
- Add option to include lua files
- Set
LUA_ROCKSPEC_PACKAGE/LUA_ROCKSPEC_VERSIONenvironment variables during build
- Pass correct
target-dirarg 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
vendoredfeature (makes no sense in the module mode) - Support
default_features = falseoption to pass--no-default-featuresto cargo - Support
featuresoption to pass additional features to cargo