File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<!-- next-header -->
22## [ Unreleased] - ReleaseDate
33
4+ ## [ 2.0.1] - 2021-11-15
5+
46- Print out error and URL if assets directory is not present
57
68## [ 2.0.0] - 2021-09-09
112114
113115[ Bevy ] : https://bevyengine.org
114116<!-- next-url -->
115- [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v2.0.0...HEAD
117+ [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v2.0.1...HEAD
118+ [ 2.0.1 ] : https://github.com/CleanCut/rusty_engine/compare/v2.0.0...v2.0.1
116119[ 2.0.0 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.4...v2.0.0
117120[ 1.1.4 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.3...v1.1.4
118121[ 1.1.3 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.2...v1.1.3
Original file line number Diff line number Diff line change 11[package ]
22name = " rusty_engine"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
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 @@ -46,7 +46,7 @@ Add `rusty_engine` as a dependency
4646
4747``` toml
4848# In your [dependencies] section of Cargo.toml
49- rusty_engine = " 2.0.0 "
49+ rusty_engine = " 2.0.1 "
5050```
5151
5252Write your game!
You can’t perform that action at this time.
0 commit comments