File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " winit"
3- version = " 0.30.10 "
3+ version = " 0.30.11 "
44authors = [
55 " The winit contributors" ,
66 " Pierre Krieger <[email protected] >" ,
Original file line number Diff line number Diff line change 88
99``` toml
1010[dependencies ]
11- winit = " 0.30.10 "
11+ winit = " 0.30.11 "
1212```
1313
1414## [ Documentation] ( https://docs.rs/winit )
Original file line number Diff line number Diff line change @@ -39,8 +39,3 @@ The migration guide could reference other migration examples in the current
3939changelog entry.
4040
4141## Unreleased
42-
43- ### Fixed
44-
45- - On Windows, fixed crash in should_apps_use_dark_mode() for Windows versions < 17763.
46- - On Wayland, fixed ` pump_events ` driven loop deadlocking when loop was not drained before exit.
Original file line number Diff line number Diff line change 1+ ## 0.30.11
2+
3+ ### Fixed
4+
5+ - On Windows, fixed crash in should_apps_use_dark_mode() for Windows versions < 17763.
6+ - On Wayland, fixed ` pump_events ` driven loop deadlocking when loop was not drained before exit.
7+
18## 0.30.10
29
310### Added
Original file line number Diff line number Diff line change 6262//! If your application is currently based on `NativeActivity` via the `ndk-glue` crate and building
6363//! with `cargo apk`, then the minimal changes would be:
6464//! 1. Remove `ndk-glue` from your `Cargo.toml`
65- //! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.10 ",
65+ //! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.11 ",
6666//! features = [ "android-native-activity" ] }`
6767//! 3. Add an `android_main` entrypoint (as above), instead of using the '`[ndk_glue::main]` proc
6868//! 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