Skip to content

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

Closed
@KevinGuancheDarias

Description

@KevinGuancheDarias

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions