Before button global styling
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user