Skip to content

Commit

Permalink
Bump winit from 0.29.15 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.15 to 0.30.0.
- [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.29.15...v0.30.0)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 263b6e3 commit b2d8176
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 61 deletions.
152 changes: 92 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static-array = { version = "0.5.0", features = ["rayon"] }

[dev-dependencies]
pixels = "0.13.0"
winit = { version = "0.29.15", default_features = false, features = ["rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"] }
winit = { version = "0.30.0", default_features = false, features = ["rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"] }
rand = "0.8.5"
approx = "0.5.1"

0 comments on commit b2d8176

Please sign in to comment.