aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
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`.