Winit version 0.29.0-beta.1

This commit is contained in:
Kirill Chibisov
2023-08-14 23:21:51 +04:00
parent 80d1e49354
commit 00b5de0a68
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased # Unreleased
# 0.29.0-beta.1
- **Breaking:** Bump `ndk` version to `0.8.0-beta.0`, ndk-sys to `v0.5.0-beta.0`, `android-activity` to `0.5.0-beta.1`. - **Breaking:** Bump `ndk` version to `0.8.0-beta.0`, ndk-sys to `v0.5.0-beta.0`, `android-activity` to `0.5.0-beta.1`.
- **Breaking:** Bump MSRV from `1.64` to `1.65`. - **Breaking:** Bump MSRV from `1.64` to `1.65`.
- Make iOS windows usable from other threads. - Make iOS windows usable from other threads.

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "winit" name = "winit"
version = "0.29.0-beta.0" version = "0.29.0-beta.1"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library." description = "Cross-platform window creation library."
edition = "2021" edition = "2021"

View File

@@ -6,7 +6,7 @@
```toml ```toml
[dependencies] [dependencies]
winit = "0.29.0-beta.0" winit = "0.29.0-beta.1"
``` ```
## [Documentation](https://docs.rs/winit) ## [Documentation](https://docs.rs/winit)