Skip to content

Commit

Permalink
fix: update image version (#911)
Browse files Browse the repository at this point in the history
into_bgra8 was added in 0.23.12
  • Loading branch information
Plecra authored Nov 22, 2020
1 parent d96493a commit 3a9a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bevy_window = { path = "../bevy_window", version = "0.3.0" }
bevy_utils = { path = "../bevy_utils", version = "0.3.0" }

# rendering
image = { version = "0.23", default-features = false }
image = { version = "0.23.12", default-features = false }

# misc
uuid = { version = "0.8", features = ["v4", "serde"] }
Expand Down

0 comments on commit 3a9a5b4

Please sign in to comment.