get rid of mlua feature

This commit is contained in:
Jaroslaw Konik 2025-05-15 07:00:00 +02:00
parent 3962fc40b1
commit ca703cb389

View file

@ -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"]