diff options
| author | 2021-08-30 13:24:30 +0700 | |
|---|---|---|
| committer | 2021-08-30 13:24:30 +0700 | |
| commit | 30ce60109eb5020df6ba121c868eebd49af4c037 (patch) | |
| tree | 7509592de2c52e69967891a4bc9c8298b4f3b884 /graphics | |
| parent | 59b3d724edd171c3439c8996a186e53795e51fa5 (diff) | |
| download | iced-30ce60109eb5020df6ba121c868eebd49af4c037.tar.gz iced-30ce60109eb5020df6ba121c868eebd49af4c037.tar.bz2 iced-30ce60109eb5020df6ba121c868eebd49af4c037.zip | |
Rely on new fast paths for basic shapes in `lyon`
See [1] for more details.
[1]: https://github.com/nical/lyon/pull/696
Diffstat (limited to '')
| -rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
