diff --git a/Cargo.toml b/Cargo.toml index c16a1f19..236440c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,9 @@ 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", "serde", -], rev = "2e7f65fc6e7f41dfcd3802b96d44a0b62051cace" } -# glazier = { path = "../glazier", features = ["serde"] } + "x11", +], rev = "34555a2f53e84f1c24306245d920f72cf802b60b" } +# glazier = { path = "../glazier" } peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" } crossbeam-channel = "0.5.6" once_cell = "1.17.1"