Skip to content

Releases: johanhelsing/bevy_web_asset

v0.9.0

02 Aug 11:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 Feb 09:12
Compare
Choose a tag to compare

What's Changed

  • Expose WebAssetReader as part of the public API by @oli-obk in #21
  • Reintroduce android support by @oli-obk in #23
  • Revision dependencies and fix compile errors for bevy 0.13 by @sbesh91 in #26

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Nov 23:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.7.0

v0.5.0

13 Nov 10:27
Compare
Choose a tag to compare

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

v0.4.0

31 Jul 10:26
Compare
Choose a tag to compare
  • Upgrade to Bevy 0.8
  • Add an example

Full Changelog: v0.3.0...v0.4.0