Skip to content

Commit e473150

Browse files
Kethkucmyr
authored andcommitted
add serde to kurbo
1 parent e918754 commit e473150

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

druid-shell/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tga = ["piet-common/tga"]
3636
farbfeld = ["piet-common/farbfeld"]
3737
dxt = ["piet-common/dxt"]
3838
hdr = ["piet-common/hdr"]
39+
serde = ["kurbo/serde"]
3940

4041
[dependencies]
4142
# NOTE: When changing the piet or kurbo versions, ensure that

druid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image = ["druid-shell/image"]
2626
svg = ["usvg"]
2727
x11 = ["druid-shell/x11"]
2828
crochet = []
29-
serde = ["im/serde"]
29+
serde = ["im/serde", "druid-shell/serde"]
3030

3131
# passing on all the image features. AVIF is not supported because it does not
3232
# support decoding, and that's all we use `Image` for.

0 commit comments

Comments
 (0)