Skip to content

Releases: ilyvion/bevy_doryen

Release v0.6.0

05 Jul 07:43
v0.6.0
df7ce91

Choose a tag to compare

Release v0.5.0

18 Feb 08:12
v0.5.0
d84f8c6

Choose a tag to compare

Release v0.4.1

08 Dec 17:31
v0.4.1
d2647c5

Choose a tag to compare

https://crates.io/crates/bevy_doryen/0.4.1

Added ✨

  • Add Bevy version support table to README
  • Add lowfps example
  • Add a prelude
  • Add demo example
  • Add "Go fullscreen" button to example page

Changed 🔧

  • Remove --verbose from cargo publish in Publish & Release workflow
  • Add custom Debug implementation for doryen_rs::AppOptions
  • Update to Bevy 0.12.1

Release v0.3.0

03 Aug 11:46
v0.3.0
b7e0523

Choose a tag to compare

https://crates.io/crates/bevy_doryen/0.3.0

Added ✨

  • Added constructor function to SetFontPath
  • Added new event, Capture, to support the new Doryen feature
  • example_runner workspace package for running examples on the web using trunk

Changed 🔧

  • Update to Rust 2021 edition
  • Update to Bevy 0.11.0
  • Update to Doryen 1.3.0
  • Move away from custom "render system" and instead use custom Bevy schedules to facilitate update vs render systems. I.e. most previous uses of add_doryen_render_system(foo.system()) should be replaced with add_systems(Render, foo). See the documentation for MainRender for more details.
  • Cleaned up code from a few new lints
  • Process AppExit events before others; no point doing anything else if we're about to quit
  • Have the swap_console (internal implementation detail) ask for a 0,0 console instead of a 1,1 console, which avoids any associated allocations.
  • Minor adjustment of documentation for SetFontPath
  • Update basic example to match latest Doryen code

Release v0.2.0

03 Aug 11:48
v0.2.0
63877a9

Choose a tag to compare

https://crates.io/crates/bevy_doryen/0.2.0

Added ✨

  • Instructions for targeting various versions

Changed 🔧

  • Update to Bevy 0.5
  • Use EventReader/EventWriter instead of ResMut<Events<T>>
  • Improved blit example

Release v0.1.1

03 Aug 11:49
v0.1.1
d2d3a43

Choose a tag to compare

https://crates.io/crates/bevy_doryen/0.1.1

Added ✨

  • Build badge to README
  • Repository URL and README to Cargo.toml

Changed 🔧

  • Switch to nightly toolchain for tarpaulin

Removed

  • Mac OS build from CI (build is broken on Mac)

Release v0.1.0

03 Aug 11:49
v0.1.0
112d1d6

Choose a tag to compare

https://crates.io/crates/bevy_doryen/0.1.0

Added ✨

  • First implementation of the plugin. Compatible with Bevy 0.4.0.