Skip to content

Commit

Permalink
Update Rust crate image to 0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent 83e2183 commit d2f82a5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
33 changes: 18 additions & 15 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.5"
image = "0.24.6"
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.5"
image = "0.24.6"
winit = "0.26.1"

0 comments on commit d2f82a5

Please sign in to comment.