bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
function on_test()
    return "Hi from Lua!"
end