Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit ca703cb389 - Show all commits

View file

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