Skip to content

Commit

Permalink
Merge pull request #1655 from hannobraun/dependabot/cargo/winit-0.28.2
Browse files Browse the repository at this point in the history
Bump winit from 0.28.1 to 0.28.2
  • Loading branch information
hannobraun authored Mar 6, 2023
2 parents d068e4a + 5e157a3 commit 6a72bb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/fj-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ libloading = "0.7.4"
notify = "5.1.0"
thiserror = "1.0.35"
tracing = "0.1.37"
winit = "0.28.1"
winit = "0.28.2"
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.6"
futures = "0.3.26"
thiserror = "1.0.35"
tracing = "0.1.37"
winit = "0.28.1"
winit = "0.28.2"

[dependencies.egui-winit]
version = "0.21.1"
Expand Down

0 comments on commit 6a72bb8

Please sign in to comment.