Skip to content

v0.5.0

Compare
Choose a tag to compare
@johanhelsing johanhelsing released this 13 Nov 10:27
· 44 commits to main since this release

What's Changed

BREAKING: Due to changes to how plugin settings are handled in Bevy 0.9. The WebAssetPlugin is now added instead of AssetPlugin. Take care to disable AssetPlugin from DefaultPlugins (see readme or crate docs for details).

  • fix: Don't panic on NetworkErrors on wasm by @johanhelsing in #5
  • Update to Bevy 0.9 by @johanhelsing in #8
  • Readme is now serving double duty as top-level crate docs

Full Changelog: v0.4.0...v0.5.0