diff options
author | 2022-07-11 15:53:33 +0200 | |
---|---|---|
committer | 2022-07-11 15:53:33 +0200 | |
commit | fe34b7a339261d8fc9a96bf993d529c2ad37299c (patch) | |
tree | dc4ce23dd8b1a1c6852c1e36f31289be69fac4bd /graphics/Cargo.toml | |
parent | d1505a98d967f36679f8b7d98347ba03a4c2af1c (diff) | |
download | iced-fe34b7a339261d8fc9a96bf993d529c2ad37299c.tar.gz iced-fe34b7a339261d8fc9a96bf993d529c2ad37299c.tar.bz2 iced-fe34b7a339261d8fc9a96bf993d529c2ad37299c.zip |
Update `lyon` to `1.0` :tada:
Congrats and thanks to @nical!
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index a27c5d7c..97500112 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -42,7 +42,7 @@ path = "../pure" optional = true [dependencies.lyon] -version = "0.17" +version = "1.0" optional = true [dependencies.qrcode] |