aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-27 10:09:30 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-27 10:09:30 +0100
commitfcb40e03d52cf12e587300c998453f127d96d59a (patch)
tree77344faf72c3baf4a2d6b86904d3a0bd2738300f /Cargo.toml
parentfeat: move from sourcehut to my git instance (diff)
downloadiced_material-fcb40e03d52cf12e587300c998453f127d96d59a.tar.gz
chore: necessary updates for iced-rs/iced@6690731
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0175937..052d0ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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`.