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 /README.md | |
| 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 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,11 +14,9 @@ ## Features -- `default`: `linux-theme-detection` -- `linux-theme-detection`: Enables Linux system theme detection. +- `default`: - `serde`: Provides [`serde`](https://docs.rs/serde) support. - `animate`: Provides support for animating with [`iced_anim`](https://github.com/bradysimon/iced_anim/tree/iced/master). -- `crisp`: Enables pixel snapping for crisp edges by default (can cause jitter!). - `dialog`: Provides support for [`iced_dialog`](https://git.sr.ht/~pml68/iced_dialog). - `selection`: Provides support for [`iced_selection`](https://git.sr.ht/~pml68/iced_selection). - `markdown`: Provides support for the markdown widget. |
