mlua-rs / rlua

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

Bindgen outputs should be checked in. #245

Closed jugglerchris closed 2 years ago

jugglerchris commented 2 years ago

Although there are advantages to using bindgen at build time to create the low level bindings, having to have libclang etc. installed just to build something with rlua is a bit of a pain, especially on non-Linux platforms.

The CI workflows can have a step which verifies the output in case it changes.

jugglerchris commented 2 years ago

This has been fixed in 0.19.1 via #246 .