From ca703cb389bea339f261b94954fcc3b4d56f2bed Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 15 May 2025 07:00:00 +0200 Subject: [PATCH] get rid of mlua feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]