Skip to content

Can't use luau with laterst stable bms version #415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
KevinGuancheDarias opened this issue Apr 20, 2025 · 3 comments
Closed

Can't use luau with laterst stable bms version #415

KevinGuancheDarias opened this issue Apr 20, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@KevinGuancheDarias
Copy link

KevinGuancheDarias commented Apr 20, 2025

Summary

Can't use luau

Reproducing

Just add the dependency to the Cargo.toml and try to compile

bevy = { version = "0.15.3", features = ["wayland"] }
bevy_mod_scripting = { version = "0.11", default-features = false, features = ["luau"] }

Then after clicking build mlua-sys 0.6.7 would report error You can enable only one of the features: lua54, lua53, lua52, lua51, luajit, luajit52, luau

This error doesn't happen if I configure BMS to use lua54

Thanks for the great mod!

@KevinGuancheDarias KevinGuancheDarias added the bug Something isn't working label Apr 20, 2025
@KevinGuancheDarias KevinGuancheDarias changed the title 🐛 {insert concise and search friendly title} Can't use luau with laterst stable bms version Apr 20, 2025
@makspll
Copy link
Owner

makspll commented Apr 20, 2025

Hello, I believe this is an issue with the latest release, and it should be fixed with #413 (currently on main)

@KevinGuancheDarias
Copy link
Author

Thanks, very fast reply, it worked perfectly after telling cargo to use the git main brand

Sent you something for a ☕!

Keep the great work!

@makspll
Copy link
Owner

makspll commented Apr 20, 2025

Much appreciated! I've also went ahead and released the unreleased changes in 0.12.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants