1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-12-14 14:13:20 +00:00

feat: update ui to use iced 0.14

This commit is contained in:
2025-12-13 22:07:44 +01:00
parent a150b73c5f
commit aaf649cb05
3 changed files with 22 additions and 28 deletions

View File

@@ -1,20 +1,13 @@
[package]
name = "cert-tools-ui"
version = "0.4.1"
edition = "2021"
edition = "2024"
[dependencies]
cert-tools = { path = ".." }
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio", "web-colors", "image"], default-features = false }
rfd = "0.15"
iced = { version = "0.14", features = ["wayland", "x11", "wgpu", "tiny-skia", "tokio", "web-colors", "image", "advanced"], default-features = false }
rfd = "0.16"
itertools = "0.14"
[build-dependencies]
winresource = "0.1"
[profile.release]
opt-level = "z"
codegen-units = 1
lto = true
strip = true
panic = "abort"
winresource = "0.1"