diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-16 01:19:21 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-16 01:19:21 +0100 |
| commit | 6125ea31cc3bdea9e02e04789faa742b2e4b81e0 (patch) | |
| tree | 914a740b39cd490d5255ea1005fe18bf72f6c7e0 /Cargo.toml | |
| parent | feat: dynamically sized widget tree in designer view, grid fixes (diff) | |
| download | iced-builder-6125ea31cc3bdea9e02e04789faa742b2e4b81e0.tar.gz | |
chore: remove lazy feature flag from iced dependency
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ iced.features = [ "tokio", "image", "svg", - "lazy", + "crisp", + "linux-theme-detection", ] iced_widget = "0.14.0-dev" |
