We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e918754 commit e473150Copy full SHA for e473150
druid-shell/Cargo.toml
@@ -36,6 +36,7 @@ tga = ["piet-common/tga"]
36
farbfeld = ["piet-common/farbfeld"]
37
dxt = ["piet-common/dxt"]
38
hdr = ["piet-common/hdr"]
39
+serde = ["kurbo/serde"]
40
41
[dependencies]
42
# NOTE: When changing the piet or kurbo versions, ensure that
druid/Cargo.toml
@@ -26,7 +26,7 @@ image = ["druid-shell/image"]
26
svg = ["usvg"]
27
x11 = ["druid-shell/x11"]
28
crochet = []
29
-serde = ["im/serde"]
+serde = ["im/serde", "druid-shell/serde"]
30
31
# passing on all the image features. AVIF is not supported because it does not
32
# support decoding, and that's all we use `Image` for.
0 commit comments