diff --git a/Cargo.toml b/Cargo.toml index 84fa401..4571787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/jarkonik/bevy_scriptum" keywords = ["bevy", "rhai", "scripting", "game", "gamedev"] [features] -lua = ["mlua/luajit"] +lua = ["dep:mlua", "mlua/luajit"] rhai = ["dep:rhai"] ruby = ["dep:magnus"]