WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 84ef89e

Browse files
committed
Winit version 0.29.0-beta.0
1 parent a320702 commit 84ef89e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
88

99
# Unreleased
1010

11+
# 0.29.0-beta.0
12+
1113
- On Web, allow event loops to be recreated with `spawn`.
1214
- **Breaking:** Rename `Window::set_ime_position` to `Window::set_ime_cursor_area` adding a way to set exclusive zone.
1315
- On Android, changed default behavior of Android to ignore volume keys letting the operating system handle them.

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.28.6"
3+
version = "0.29.0-beta.0"
44
authors = ["The winit contributors", "Pierre Krieger <[email protected]>"]
55
description = "Cross-platform window creation library."
66
edition = "2021"

README.md

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

77
```toml
88
[dependencies]
9-
winit = "0.28.6"
9+
winit = "0.29.0-beta.0"
1010
```
1111

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

0 commit comments

Comments
 (0)