File tree 5 files changed +13
-16
lines changed
5 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " winit"
3
- version = " 0.30.1 "
3
+ version = " 0.30.2 "
4
4
authors = [
5
5
" The winit contributors" ,
6
6
" Pierre Krieger <[email protected] >" ,
Original file line number Diff line number Diff line change 8
8
9
9
``` toml
10
10
[dependencies ]
11
- winit = " 0.30.1 "
11
+ winit = " 0.30.2 "
12
12
```
13
13
14
14
## [ Documentation] ( https://docs.rs/winit )
Original file line number Diff line number Diff line change @@ -39,16 +39,3 @@ The migration guide could reference other migration examples in the current
39
39
changelog entry.
40
40
41
41
## Unreleased
42
-
43
- ### Fixed
44
-
45
- - On Web, fix ` EventLoopProxy::send_event() ` triggering event loop immediately
46
- when not called from inside the event loop. Now queues a microtask instead.
47
- - On Web, stop overwriting default cursor with ` CursorIcon::Default ` .
48
- - On Web, prevent crash when using ` InnerSizeWriter::request_inner_size() ` .
49
-
50
- ### Removed
51
-
52
- - Remove ` EventLoop::run ` .
53
- - Remove ` EventLoopExtRunOnDemand::run_on_demand ` .
54
- - Remove ` EventLoopExtPumpEvents::pump_events ` .
Original file line number Diff line number Diff line change
1
+ ## 0.30.2
2
+
3
+ ### Fixed
4
+
5
+ - On Web, fix ` EventLoopProxy::send_event() ` triggering event loop immediately
6
+ when not called from inside the event loop. Now queues a microtask instead.
7
+ - On Web, stop overwriting default cursor with ` CursorIcon::Default ` .
8
+ - On Web, prevent crash when using ` InnerSizeWriter::request_inner_size() ` .
9
+ - On macOS, fix not working opacity for entire window.
10
+
1
11
## 0.30.1
2
12
3
13
### Added
Original file line number Diff line number Diff line change 62
62
//! If your application is currently based on `NativeActivity` via the `ndk-glue` crate and building
63
63
//! with `cargo apk`, then the minimal changes would be:
64
64
//! 1. Remove `ndk-glue` from your `Cargo.toml`
65
- //! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.1 ",
65
+ //! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.2 ",
66
66
//! features = [ "android-native-activity" ] }`
67
67
//! 3. Add an `android_main` entrypoint (as above), instead of using the '`[ndk_glue::main]` proc
68
68
//! macro from `ndk-macros` (optionally add a dependency on `android_logger` and initialize
You can’t perform that action at this time.
0 commit comments