Releases: BlackPhlox/bevy_config_cam
Releases · BlackPhlox/bevy_config_cam
0.3.0
0.2.0 - Bevy 0.6
This plugin has been updated to work with Bevy's 0.6 release!
Special thanks to @elpiel for helping migrate to bevy 0.6! 🚀
What's Changed
- Fix bevy version to 0.6 in Cargo.toml by @elpiel in #13
- Bevy 0.6 update by @BlackPhlox in #15
- Relicense to reflect bevy's license, which is MIT or Apache 2.0
New Contributors
Full Changelog: 0.1.3...0.2.0
Links
Crates:
https://crates.io/crates/bevy_config_cam/0.2.0
Docs:
The Jitter Fix
Changes:
- Fixed jitter by creating ordering using labels: player_move -> move_camera -> Other systems
Links
Crates:
https://crates.io/crates/bevy_config_cam/0.1.3
Docs:
https://docs.rs/bevy_config_cam/0.1.3/bevy_config_cam/
Support
bevy | bevy_config_cam |
---|---|
0.5 | 0.1.3 |
0.1.2
Changes:
- Moved all functionality into lib.rs
- Created next_enum! for convenience
- Updated licensing #4 to adhere to dependencies
- Added 3 new examples
- Simplified Cargo.toml
Repo:
- Added tags/releases for traceability and having parity with crates.io
- Updated future plans #1
Links
Crates:
https://crates.io/crates/bevy_config_cam/0.1.2
Docs:
https://docs.rs/bevy_config_cam/0.1.2/bevy_config_cam/
Support
bevy | bevy_config_cam |
---|---|
0.5 | 0.1.2 |