Use custom version of image-rs (#210)

This is done to avoid a panic in the current version image rs
This commit is contained in:
Philip Kristoffersen
2022-08-23 22:16:57 +02:00
committed by GitHub
parent 97f706a2be
commit 43c1493c40
5 changed files with 33 additions and 56 deletions
Generated
+1 -2
View File
@@ -1340,8 +1340,7 @@ dependencies = [
[[package]]
name = "image"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
source = "git+https://github.com/PhilipK/image?rev=cb66840dd42785c7283206cc9805240501695a61#cb66840dd42785c7283206cc9805240501695a61"
dependencies = [
"bytemuck",
"byteorder",