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:
@@ -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"
|
||||
Reference in New Issue
Block a user