You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Summary
Can't use luau
Reproducing
Just add the dependency to the Cargo.toml and try to compile
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!
The text was updated successfully, but these errors were encountered: