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 May 6, 2024
1 parent 8b84e29 commit 2bc0918
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 57 deletions.
170 changes: 114 additions & 56 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 wgpu-testbed-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image = { version = "0.25.1", default-features = false, features = [
"png",
"tga",
] }
winit = { version = "0.29.15" }
winit = { version = "0.30.0" }
cgmath = "0.18"
env_logger = "0.11.3"
log = "0.4"
Expand Down

0 comments on commit 2bc0918

Please sign in to comment.