Skip to content

Commit da82971

Browse files
committed
Winit version 0.29.9
1 parent 324dd5f commit da82971

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Unreleased` header.
1111

1212
# Unreleased
1313

14+
# 0.29.9
15+
1416
- On X11, fix `NotSupported` error not propagated when creating event loop.
1517
- On Wayland, fix resize not issued when scale changes
1618
- On X11 and Wayland, fix arrow up on keypad reported as `ArrowLeft`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winit"
3-
version = "0.29.8"
3+
version = "0.29.9"
44
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = "Cross-platform window creation library."
66
edition = "2021"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```toml
88
[dependencies]
9-
winit = "0.29.8"
9+
winit = "0.29.9"
1010
```
1111

1212
## [Documentation](https://docs.rs/winit)
@@ -156,7 +156,7 @@ For more details, refer to these `android-activity` [example applications](https
156156

157157
If your application is currently based on `NativeActivity` via the `ndk-glue` crate and building with `cargo apk`, then the minimal changes would be:
158158
1. Remove `ndk-glue` from your `Cargo.toml`
159-
2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.29.8", features = [ "android-native-activity" ] }`
159+
2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.29.9", features = [ "android-native-activity" ] }`
160160
3. Add an `android_main` entrypoint (as above), instead of using the '`[ndk_glue::main]` proc macro from `ndk-macros` (optionally add a dependency on `android_logger` and initialize logging as above).
161161
4. Pass a clone of the `AndroidApp` that your application receives to Winit when building your event loop (as shown above).
162162

0 commit comments

Comments
 (0)