Before button global styling

This commit is contained in:
2026-08-01 13:04:18 +03:00
parent ce94b01543
commit d9bd1b1b86
16 changed files with 304 additions and 218 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["tokio"]}
iced_core = "0.14.0"
rand = "0.10.1"
dirs = "6.0.0"
serde = { version = "1.0.228", features = ["derive"] }
@@ -18,7 +19,7 @@ sha2 = "0.11.0"
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
hex = "0.4.3"
zstd = "0.13.3"
fontdb = "0.24.0"
[dev-dependencies]
criterion = "0.8.2"