Skip to content

Commit

Permalink
build(deps): update winit requirement from 0.29.5 to 0.30.0
Browse files Browse the repository at this point in the history
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/v0.29.15/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.29.5...v0.29.15)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 7f69530 commit 05970f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ unicode-segmentation = "1.9.0"
usvg = { version= "0.36.0", default-features = false }
webbrowser = "0.8.8"
wgpu = {version = "0.20.0", features=["webgl"]}
winit = { version="0.29.5", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "rwh_06"]}
winit = { version="0.30.0", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "rwh_06"]}
zerocopy = "0.7.3"
quick-xml = "0.31.0"
macos-accessibility-client = { version = "0.0.1" }
Expand Down

0 comments on commit 05970f2

Please sign in to comment.