From d0fe7b57ea343665905933cdf206d8206be462b9 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 5 Jan 2021 00:00:36 +0100 Subject: Update `lyon` to `0.17` in `iced_graphics` --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index ea9471c6..15aac4ed 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -36,7 +36,7 @@ version = "0.3" path = "../style" [dependencies.lyon] -version = "0.16" +version = "0.17" optional = true [dependencies.qrcode] -- cgit 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(+) (limited to 'graphics/Cargo.toml') 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 From 61dc9defada9a001bfd177b8e67c64add555d96a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 1 Sep 2021 13:35:52 +0700 Subject: Rely on latest release of `lyon_tessellation` --- graphics/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 2ff05e1b..15aac4ed 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -37,8 +37,6 @@ path = "../style" [dependencies.lyon] version = "0.17" -git = "https://github.com/nical/lyon.git" -rev = "7cf55e76786602e1af767aeec0eccacc783d9d4b" optional = true [dependencies.qrcode] -- cgit