File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 37
37
- ` LoopDestroyed ` is emitted when the ` run ` or ` run_return ` method is about to exit.
38
38
- Rename ` MonitorId ` to ` MonitorHandle ` .
39
39
- Removed ` serde ` implementations from ` ControlFlow ` .
40
+
41
+ # Version 0.19.1 (2019-04-08)
42
+
40
43
- On Wayland, added a ` get_wayland_display ` function to ` EventsLoopExt ` .
41
44
- On Windows, fix ` CursorMoved(0, 0) ` getting dispatched on window focus.
42
45
- On macOS, fix command key event left and right reverse.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " winit"
3
- version = " 0.19.0 "
3
+ version = " 0.19.1 "
4
4
authors = [" The winit contributors" , " Pierre Krieger <pierre.krieger1708@gmail.com>" ]
5
5
description = " Cross-platform window creation library."
6
6
keywords = [" windowing" ]
Original file line number Diff line number Diff line change 7
7
8
8
``` toml
9
9
[dependencies ]
10
- winit = " 0.19.0 "
10
+ winit = " 0.19.1 "
11
11
```
12
12
13
13
## [ Documentation] ( https://docs.rs/winit )
You can’t perform that action at this time.
0 commit comments