Skip to content

Releases: Vixenka/bevy_dev

v0.3.1 - Startup fail fix

v0.3.0 - Debug camera

13 Apr 12:50
Compare
Choose a tag to compare

Added

  • Debug camera - tool for getting another perspective to the scene.
  • Rust feature ui - enables UI from this crate based on egui.
  • Popup - simple notifications for user, require ui feature enabled.
  • Changelog history (this file).

Fixed

v0.1.0 - Prototype materials

12 Apr 11:40
Compare
Choose a tag to compare

Added

  • Prototype materials - simple, metrically correct, PBR compatible and randomly painted mesh for better differentiation of prototype objects.

v0.2.0 - Bevy 0.13

12 Apr 11:47
Compare
Choose a tag to compare

Changed

  • Bump bevy to 0.13.0.
  • Bump rust-embed to 8.3.0.

v0.1.1 - Bump dependencies & improve docs

12 Apr 11:44
Compare
Choose a tag to compare

Changed

  • Improve documentation of prototype materials.
  • Bump to latest crate versions.