diff options
author | 2021-09-01 13:35:52 +0700 | |
---|---|---|
committer | 2021-09-01 13:35:52 +0700 | |
commit | 61dc9defada9a001bfd177b8e67c64add555d96a (patch) | |
tree | 17a83759ebae324f96a0ffe533104cd43fa171a3 /graphics/Cargo.toml | |
parent | 30ce60109eb5020df6ba121c868eebd49af4c037 (diff) | |
download | iced-61dc9defada9a001bfd177b8e67c64add555d96a.tar.gz iced-61dc9defada9a001bfd177b8e67c64add555d96a.tar.bz2 iced-61dc9defada9a001bfd177b8e67c64add555d96a.zip |
Rely on latest release of `lyon_tessellation`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
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] |