| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-02 | 556 Bytes | |
| Winit version 0.30.13 source code.tar.gz | 2026-03-02 | 613.8 kB | |
| Winit version 0.30.13 source code.zip | 2026-03-02 | 737.0 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
Added
- On Wayland, add
Window::set_resize_increments.
Fixed
- On macOS, fixed crash when dragging non-file content onto window.
- On X11, fix
set_hittestnot working on some window managers. - On X11, fix debug mode overflow panic in
set_timestamp. - On macOS, fix crash in
set_marked_textwhen native Pinyin IME sends out-of-boundsselected_range. - On Windows, fix
WM_IME_SETCONTEXTIME UI flag masking onlParam. - On Android, populate
KeyEvent::textandKeyEvent::text_with_all_modifiersviaKey::to_text().