diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-27 10:09:30 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-27 10:09:30 +0100 |
| commit | fcb40e03d52cf12e587300c998453f127d96d59a (patch) | |
| tree | 77344faf72c3baf4a2d6b86904d3a0bd2738300f /Cargo.toml | |
| parent | feat: move from sourcehut to my git instance (diff) | |
| download | iced_material-fcb40e03d52cf12e587300c998453f127d96d59a.tar.gz | |
chore: necessary updates for iced-rs/iced@6690731
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ rust-version = "1.92" [features] default = [] # Provides `serde` support. -serde = ["dep:serde"] +serde = ["serde/derive"] # Provides support for animating with `iced_anim`. animate = ["dep:iced_anim"] # Provides support for `iced_dialog`. |
