Skip to content

Commit

Permalink
re-enable serde for glazier
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Aug 22, 2023
1 parent e3992b6 commit 798b24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ educe = "0.4.20"
taffy = "0.3.12"
unicode-segmentation = "1.10.0"
glazier = { git = "https://github.com/lapce/glazier", default-features = false, features = [
"x11",
"x11", "serde",
], rev = "2e7f65fc6e7f41dfcd3802b96d44a0b62051cace" }
# glazier = { path = "../glazier", features = ["serde"] }
peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" }
Expand Down

0 comments on commit 798b24f

Please sign in to comment.