File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " winit"
3- version = " 0.30.12 "
3+ version = " 0.30.13 "
44authors = [
55 " The winit contributors" ,
66 " Pierre Krieger <pierre.krieger1708@gmail.com>" ,
Original file line number Diff line number Diff line change 88
99``` toml
1010[dependencies ]
11- winit = " 0.30.12 "
11+ winit = " 0.30.13 "
1212```
1313
1414## [ 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
3939changelog entry.
4040
4141## Unreleased
42-
43- ### Added
44-
45- - On Wayland, add ` Window::set_resize_increments ` .
46-
47- ### Fixed
48-
49- - On macOS, fixed crash when dragging non-file content onto window.
50- - On X11, fix ` set_hittest ` not working on some window managers.
51- - On X11, fix debug mode overflow panic in ` set_timestamp ` .
52- - On macOS, fix crash in ` set_marked_text ` when native Pinyin IME sends out-of-bounds ` selected_range ` .
53- - On Windows, fix ` WM_IME_SETCONTEXT ` IME UI flag masking on ` lParam ` .
54- - On Android, populate ` KeyEvent::text ` and ` KeyEvent::text_with_all_modifiers ` via ` Key::to_text() `
Original file line number Diff line number Diff line change 1+ ## 0.30.13
2+
3+ ### Added
4+
5+ - On Wayland, add ` Window::set_resize_increments ` .
6+
7+ ### Fixed
8+
9+ - On macOS, fixed crash when dragging non-file content onto window.
10+ - On X11, fix ` set_hittest ` not working on some window managers.
11+ - On X11, fix debug mode overflow panic in ` set_timestamp ` .
12+ - On macOS, fix crash in ` set_marked_text ` when native Pinyin IME sends out-of-bounds ` selected_range ` .
13+ - On Windows, fix ` WM_IME_SETCONTEXT ` IME UI flag masking on ` lParam ` .
14+ - On Android, populate ` KeyEvent::text ` and ` KeyEvent::text_with_all_modifiers ` via ` Key::to_text() ` .
15+
116## 0.30.12
217
318### Fixed
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.12 ",
65+ //! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.13 ",
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