mlua-rs / rlua

High level Lua bindings to Rust
Other
1.73k stars 115 forks source link

Optional oslib #256

Closed jugglerchris closed 2 years ago

jugglerchris commented 2 years ago

Add a new feature lua-no-oslib to leave out the os lib from the Lua library entirely.

Should fix #255.