v0.9.0-alpha.8
github-actions
released this
28 Jan 00:28
·
0 commits
to main
since this release
Added
- re-implement rhai again (#222)
- add
ScriptValue::Map
and create appropriate conversions in lua and rhai (#229) - Add
functions
script method, and create function info scaffolding (#228) - Call custom
get
andset
functions on the type when indexing. (#226) - Add
optional
arguments to script functions (#225) - Add world.with_or_insert_component_mut() (#223)