Skip to content

v6.14.1

Compare
Choose a tag to compare
@temeddix temeddix released this 07 Jul 16:55
· 387 commits to main since this release

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.