From 702d23525a0ce1fb611936202b4d43c107fa921d Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 1 Jan 2026 02:56:59 +0100 Subject: feat!: remove feature flags that should be set on iced by the user --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4fc6197..959be31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,15 +12,11 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" [features] -default = ["linux-theme-detection"] -# Enables Linux system theme detection -linux-theme-detection = ["iced_winit/linux-theme-detection"] +default = [] # Provides `serde` support. serde = ["dep:serde"] # Provides support for animating with `iced_anim`. animate = ["dep:iced_anim"] -# Enables pixel snapping for crisp edges by default (can cause jitter!). -crisp = ["iced_widget/crisp"] # Provides support for `iced_dialog`. dialog = ["dep:iced_dialog"] # Provides support for `iced_selection`. -- cgit v1.2.3