get rid of mlua feature
This commit is contained in:
parent
3962fc40b1
commit
ca703cb389
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/jarkonik/bevy_scriptum"
|
||||||
keywords = ["bevy", "rhai", "scripting", "game", "gamedev"]
|
keywords = ["bevy", "rhai", "scripting", "game", "gamedev"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
lua = ["mlua/luajit"]
|
lua = ["dep:mlua", "mlua/luajit"]
|
||||||
rhai = ["dep:rhai"]
|
rhai = ["dep:rhai"]
|
||||||
ruby = ["dep:magnus"]
|
ruby = ["dep:magnus"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue