Skip to content

Commit

Permalink
chore(deps): update winit; cargo update
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jan 6, 2025
1 parent fb42531 commit b0f374c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -13,7 +13,7 @@ image = { version = "0.25.5", default-features = false, features = ["png"] }
muda = { version = "0.15.3", default-features = false } # sub-dependency of tray-icon
sysinfo = { version = "0.33.1", default-features = false, features = ["system"] }
tray-icon = { version = "0.19.2", default-features = false }
winit = "0.30.7"
winit = "0.30.8"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10.0"
Expand Down

0 comments on commit b0f374c

Please sign in to comment.