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.lock | 58 +--------------------------------------------------------- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 58 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12da177..30f213d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,12 +57,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "aliasable" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" - [[package]] name = "aligned-vec" version = "0.6.4" @@ -1767,12 +1761,6 @@ dependencies = [ "foldhash 0.2.0", ] -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "heck" version = "0.5.0" @@ -2178,7 +2166,6 @@ dependencies = [ "iced_renderer", "log", "num-traits", - "ouroboros", "rustc-hash 2.1.1", "thiserror 2.0.17", "unicode-segmentation", @@ -3419,30 +3406,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "ouroboros" -version = "0.18.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" -dependencies = [ - "aliasable", - "ouroboros_macro", - "static_assertions", -] - -[[package]] -name = "ouroboros_macro" -version = "0.18.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "proc-macro2-diagnostics", - "quote", - "syn 2.0.110", -] - [[package]] name = "owned_ttf_parser" version = "0.25.1" @@ -3677,19 +3640,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "proc-macro2-diagnostics" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", - "version_check", - "yansi", -] - [[package]] name = "profiling" version = "1.0.17" @@ -4731,7 +4681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" dependencies = [ "cfg-expr", - "heck 0.5.0", + "heck", "pkg-config", "toml 0.8.23", "version-compare", @@ -6416,12 +6366,6 @@ dependencies = [ "lzma-sys", ] -[[package]] -name = "yansi" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" - [[package]] name = "yazi" version = "0.2.1" 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