From 6125ea31cc3bdea9e02e04789faa742b2e4b81e0 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 16 Nov 2025 01:19:21 +0100 Subject: chore: remove lazy feature flag from iced dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3