Skip to content

Commit

Permalink
Merge pull request #1701 from hannobraun/dependabot/cargo/winit-0.28.3
Browse files Browse the repository at this point in the history
Bump winit from 0.28.2 to 0.28.3
  • Loading branch information
hannobraun authored Mar 20, 2023
2 parents d414a62 + c9f78cd commit 2110c11
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.39"
tracing = "0.1.37"
winit = "0.28.2"
winit = "0.28.3"
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.7"
futures = "0.3.27"
thiserror = "1.0.39"
tracing = "0.1.37"
winit = "0.28.2"
winit = "0.28.3"

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

0 comments on commit 2110c11

Please sign in to comment.