Skip to content

Commit f6893a4

Browse files
committed
Winit version 0.30.12
1 parent c0a8bed commit f6893a4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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.30.11"
3+
version = "0.30.12"
44
authors = [
55
"The winit contributors",
66
"Pierre Krieger <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```toml
1010
[dependencies]
11-
winit = "0.30.11"
11+
winit = "0.30.12"
1212
```
1313

1414
## [Documentation](https://docs.rs/winit)

src/changelog/v0.30.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.30.12
2+
3+
### Fixed
4+
5+
- On macOS, fix crash on macOS 26 by using objc2's `relax-sign-encoding` feature.
6+
17
## 0.30.11
28

39
### Fixed

src/platform/android.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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.11",
65+
//! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.12",
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

0 commit comments

Comments
 (0)