1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-01 22:12:55 +00:00

refactor: use icon::from_file_data()

This commit is contained in:
2025-01-24 16:30:52 +01:00
parent 75455843ee
commit 582bc7d36e
2 changed files with 1 additions and 6 deletions

View File

@ -8,7 +8,6 @@ cert-tools = { path = "..", version = "*" }
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio", "web-colors", "image"], default-features = false }
rfd = "0.15"
itertools = "0.14"
image = {version = "0.25", features = ["ico"], default-features = false }
[build-dependencies]
winresource = "0.1"