summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-07-11 18:22:04 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-11 18:22:04 +0200
commit1404b88ea6ecf5b082d5c33d5f17dc15ce70b310 (patch)
tree6bb6c6159f8d5c08e4dc996720f51e6638fd34ac /graphics/Cargo.toml
parentd1505a98d967f36679f8b7d98347ba03a4c2af1c (diff)
parentf7059a1c9a6ce46ba833400dde860912da780464 (diff)
downloadiced-1404b88ea6ecf5b082d5c33d5f17dc15ce70b310.tar.gz
iced-1404b88ea6ecf5b082d5c33d5f17dc15ce70b310.tar.bz2
iced-1404b88ea6ecf5b082d5c33d5f17dc15ce70b310.zip
Merge pull request #1384 from iced-rs/update-lyon
Update `lyon` to `1.0`
Diffstat (limited to '')
-rw-r--r--graphics/Cargo.toml2
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]