fix: update image version (#911)

into_bgra8 was added in 0.23.12
This commit is contained in:
Plecra 2020-11-22 03:08:02 +00:00 committed by GitHub
parent d96493a42a
commit 3a9a5b4e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }