v6.14.1
What's Changed
- Update bevy_ecs requirement from 0.13 to 0.14 by @dependabot in #391
- Allow the main function in Rust to have any return type by @temeddix in #394
- Fix the infinite parking of the main thread after shutdown by @temeddix in #395
Full Changelog: v6.14.0...v6.14.1
- The return type of Rust's
main
function can now be anything. - Fixed the issue causing the app to hang on the splash screen after closing it with the back button on Android.