diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-01 02:56:59 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-01 02:56:59 +0100 |
| commit | 702d23525a0ce1fb611936202b4d43c107fa921d (patch) | |
| tree | c4377ab2c1c6a6f37299cf67ab4abb7b7f2c85a5 /Cargo.toml | |
| parent | chore: point iced deps to 0.15.0-dev (diff) | |
| download | iced_material-702d23525a0ce1fb611936202b4d43c107fa921d.tar.gz | |
feat!: remove feature flags that should be set on iced by the user
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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`. |
