summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-16 01:19:21 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-16 01:19:21 +0100
commit6125ea31cc3bdea9e02e04789faa742b2e4b81e0 (patch)
tree914a740b39cd490d5255ea1005fe18bf72f6c7e0 /Cargo.toml
parentfeat: dynamically sized widget tree in designer view, grid fixes (diff)
downloadiced-builder-6125ea31cc3bdea9e02e04789faa742b2e4b81e0.tar.gz
chore: remove lazy feature flag from iced dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 833f9fa..f5de54a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,8 @@ iced.features = [
"tokio",
"image",
"svg",
- "lazy",
+ "crisp",
+ "linux-theme-detection",
]
iced_widget = "0.14.0-dev"