Skip to content

Commit

Permalink
Update Rust crate image to 0.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent aef44cf commit 71297b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -22,7 +22,7 @@ lto = true

[dependencies]
bevy = "0.8.1"
image = "0.24.8"
image = "0.24.9"
winit = "0.26.1"
crossbeam-channel = "0.5"
bevy-inspector-egui = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion launchers/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ workspace = "../.."
[dependencies]
LastKingdom = { package = "LastKingdom", path = "../.." }
bevy = "0.8"
image = "0.24.8"
image = "0.24.9"
winit = "0.26.1"

0 comments on commit 71297b3

Please sign in to comment.