Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump winit from 0.28.7 to 0.29.15 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump winit from 0.28.7 to 0.29.15
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.7 to 0.29.15.
- [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.28.7...v0.29.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Sep 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit eeb97906b258de04341cf20b388c207476bf84b9
759 changes: 532 additions & 227 deletions Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
cfg-if = "1"
winit = "0.28"
winit = "0.29"
env_logger = "0.10"
log = "0.4"
wgpu = "0.18"