From 30ce60109eb5020df6ba121c868eebd49af4c037 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 30 Aug 2021 13:24:30 +0700 Subject: Rely on new fast paths for basic shapes in `lyon` See [1] for more details. [1]: https://github.com/nical/lyon/pull/696 --- graphics/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 15aac4ed..2ff05e1b 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -37,6 +37,8 @@ path = "../style" [dependencies.lyon] version = "0.17" +git = "https://github.com/nical/lyon.git" +rev = "7cf55e76786602e1af767aeec0eccacc783d9d4b" optional = true [dependencies.qrcode] -- cgit