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

feat: add iced based GUI

This commit is contained in:
2025-01-05 18:02:43 +01:00
parent ee8409957c
commit 9847ff3229
4 changed files with 525 additions and 1 deletions

10
ui/Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "cert-tools-ui"
version = "0.1.0"
edition = "2021"
[dependencies]
cert-tools = { path = "..", version = "*" }
iced = { version = "0.13", features = ["tiny-skia"], default-features = false }
rfd = "0.15"
itertools = "0.14"