bevy_mod_scripting_lua 0.20.0

Necessary functionality for Lua support with bevy_mod_scripting
Documentation
1
2
3
4
/// ReflectReference implementations and lua wrappers
pub mod reference;
/// ScriptValue implementations and lua wrappers
pub mod script_value;