File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- next-header -->
2
2
## [ Unreleased] - ReleaseDate
3
3
4
+ ## [ 2.0.0] - 2021-09-09
5
+
4
6
### BREAKING CHANGES
5
7
6
8
- Renamed ` GameState.cursor_moved_events ` to ` GameState.mouse_location_events `
108
110
109
111
[ Bevy ] : https://bevyengine.org
110
112
<!-- next-url -->
111
- [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.4...HEAD
113
+ [ Unreleased ] : https://github.com/CleanCut/rusty_engine/compare/v2.0.0...HEAD
114
+ [ 2.0.0 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.4...v2.0.0
112
115
[ 1.1.4 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.3...v1.1.4
113
116
[ 1.1.3 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.2...v1.1.3
114
117
[ 1.1.2 ] : https://github.com/CleanCut/rusty_engine/compare/v1.1.1...v1.1.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rusty_engine"
3
- version = " 1.1.4 "
3
+ version = " 2.0.0 "
4
4
authors = [ " Nathan Stocks <nathan@agileperception.com>" ]
5
5
description = " Learn Rust with a simple, cross-platform, 2D game engine."
6
6
edition = " 2018"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add `rusty_engine` as a dependency
46
46
47
47
``` toml
48
48
# In your [dependencies] section of Cargo.toml
49
- rusty_engine = " 1.1.4 "
49
+ rusty_engine = " 2.0.0 "
50
50
```
51
51
52
52
Write your game!
You can’t perform that action at this time.
0 commit comments