mlua
mlua copied to clipboard
Add [package.metadata.system-deps] to mlua-sys/Cargo.toml
Will help in ci environments to know which system dependency to install based on feature.
Its ready now. Removed optional = true and changed fallback_names order to match original behavior (fail when no feature is picked and keep old order of fallbacks).
Can make it one commit instead if that is better. Edit: Not sure about the 1 failure in typos. Did my commits break it?