Releases: ilyvion/bevy_doryen
Releases · ilyvion/bevy_doryen
Release v0.6.0
Release v0.5.0
Release v0.4.1
https://crates.io/crates/bevy_doryen/0.4.1
Added ✨
- Add Bevy version support table to README
- Add
lowfpsexample - Add a prelude
- Add
demoexample - Add "Go fullscreen" button to example page
Changed 🔧
- Remove
--verbosefromcargo publishin Publish & Release workflow - Add custom
Debugimplementation fordoryen_rs::AppOptions - Update to Bevy 0.12.1
Release v0.3.0
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_runnerworkspace package for running examples on the web usingtrunk
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 withadd_systems(Render, foo). See the documentation forMainRenderfor more details. - Cleaned up code from a few new lints
- Process
AppExitevents 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
basicexample to match latest Doryen code
Release v0.2.0
https://crates.io/crates/bevy_doryen/0.2.0
Added ✨
- Instructions for targeting various versions
Changed 🔧
- Update to Bevy 0.5
- Use
EventReader/EventWriterinstead ofResMut<Events<T>> - Improved
blitexample
Release v0.1.1
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
https://crates.io/crates/bevy_doryen/0.1.0
Added ✨
- First implementation of the plugin. Compatible with Bevy 0.4.0.