- Bump
tealr_doc_genandtealrversions - 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_lifeandbevy_apiexamples for Rhai - Added more hooks for APIProviders.
entityandworldconstants are now set by API providers and hence you must register theBevyAPIProviderfor 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_integrationexamples - 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