File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11<!-- next-header -->
22## [ Unreleased] - ReleaseDate
33
4+ ## [ 5.0.5] - 2022-05-10
5+
46### Improved
57
68- Dropped the lazy_static, log, and env_logger dependencies.
@@ -249,7 +251,8 @@ specifying a path to a sound file relative to `assets/audio`.
249251
250252[ Bevy ] : https://bevyengine.org
251253<!-- next-url -->
252- [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.4...HEAD
254+ [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.5...HEAD
255+ [ 5.0.5 ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.4...v5.0.5
253256[ 5.0.4 ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.3...v5.0.4
254257[ 5.0.3 ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.2...v5.0.3
255258[ 5.0.2 ] : https://github.com/CleanCut/rusty_engine/compare/v5.0.1...v5.0.2
Original file line number Diff line number Diff line change 11[package ]
22name = " rusty_engine"
3- version = " 5.0.4 "
3+ version = " 5.0.5 "
44description = " Learn Rust with a simple, cross-platform, 2D game engine."
55edition = " 2021"
66homepage = " https://github.com/CleanCut/rusty_engine"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Add `rusty_engine` as a dependency
5656
5757``` toml
5858# In your [dependencies] section of Cargo.toml
59- rusty_engine = " 5.0.4 "
59+ rusty_engine = " 5.0.5 "
6060```
6161
6262Write your game!
Original file line number Diff line number Diff line change 33- Create a new Rust project and add ` rusty_engine ` as a dependency (see the [ Configuration] ( 05-config.md ) page for more details)
44``` toml
55# In your [dependencies] section of Cargo.toml
6- rusty_engine = " 5.0.4 "
6+ rusty_engine = " 5.0.5 "
77```
88- Download the Asset Pack to your project (see the [ Asset Pack] ( 10-assets.md ) page for more details).
99``` shell
Original file line number Diff line number Diff line change 55
66``` toml
77# In your [dependencies] section of Cargo.toml
8- rusty_engine = " 5.0.4 "
8+ rusty_engine = " 5.0.5 "
99```
1010
1111### (Optional) Make ` dev ` profile act like ` release `
You can’t perform that action at this time.
0 commit comments