Skip to content

Commit 5ff4300

Browse files
Update winit requirement from 0.27 to 0.28 (#155)
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.27.0...v0.28.1) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3a141f commit 5ff4300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ optional = true
4949
ash = { version = "0.37", default-features = false, features = ["debug", "loaded"] }
5050
ash-window = "0.12"
5151
raw-window-handle = "0.5"
52-
winit = { version = "0.27", features = ["x11", "wayland"] }
52+
winit = { version = "0.28", features = ["x11", "wayland"] }
5353
env_logger = "0.10"
5454

5555
[target.'cfg(windows)'.dev-dependencies]

0 commit comments

Comments
 (0)