- Bump
tealr_doc_gen
andtealr
versions - Change bevy dependency semver to "0.9"
- Automatic documentation publishing for lua Bevy api
- Added binary for generating documentation
- Fixed bug where errors in documenation generation didn't propagate properly
- Fixed broken link in readme.md
- Added support for the Bevy API for Rhai
- Foundations laid for proxy macro for Rhai
- Added
game_of_life
andbevy_api
examples for Rhai - Added more hooks for APIProviders.
entity
andworld
constants are now set by API providers and hence you must register theBevyAPIProvider
for your scripting language to access those. This let's us accomodate people who want barebones scripting without access to Bevy, or roll their own fully fledged API's.
- Revived
console_integration
examples - Major changes to low level API's
- Major import structure changes
- Split crate into smaller crates
- Added more control over what's pulled into the dependency tree with finely grained features
- Added
CHANGELOG.md
- Incorporated
cargo release
- Fixed broken example links in
readme.md
Initial version