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

chore: improve ui display

This commit is contained in:
2025-01-07 00:20:21 +01:00
parent c02474ac37
commit b0ce06515d
2 changed files with 25 additions and 16 deletions

View File

@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
cert-tools = { path = "..", version = "*" }
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio"], default-features = false }
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio", "web-colors"], default-features = false }
rfd = "0.15"
itertools = "0.14"