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
+4 -2
View File
@@ -18,6 +18,7 @@ steam_shortcuts_util = "^1.1.8"
steamgriddb_api = "^0.3.1"
sysinfo = "^0.25.2"
[dependencies.dashmap]
features = ["serde"]
version = "^5.3.4"
@@ -32,8 +33,9 @@ version = "^0.19.0"
version = "^0.3.23"
[dependencies.image]
features = ["png"]
version = "^0.24.3"
features = ["png","webp","jpeg"]
git = "https://github.com/PhilipK/image"
rev = "cb66840dd42785c7283206cc9805240501695a61"
[dependencies.reqwest]
default_features = false