Add option to search for icons (#120)

This commit is contained in:
Philip Kristoffersen
2022-05-13 00:31:35 +02:00
committed by GitHub
parent 21a696fdbb
commit 9f59957edc
8 changed files with 1116 additions and 787 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
steam_shortcuts_util = "1.1.7"
steamgriddb_api = "^0.2,0"
steamgriddb_api = "^0.3.0"
serde = { version = "^1.0.136", features = ["derive"] }
serde_json = "^1.0.79"
tokio = { version = "^1.17.0", features = ["full"] }