summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-05 00:00:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-26 14:54:02 +0700
commitd0fe7b57ea343665905933cdf206d8206be462b9 (patch)
tree52878042744926f82c7f0a4379a37870de4dcaa2 /graphics/Cargo.toml
parent6821114cae2e41fd2bc69d6fcaee1e8574ac061d (diff)
downloadiced-d0fe7b57ea343665905933cdf206d8206be462b9.tar.gz
iced-d0fe7b57ea343665905933cdf206d8206be462b9.tar.bz2
iced-d0fe7b57ea343665905933cdf206d8206be462b9.zip
Update `lyon` to `0.17` in `iced_graphics`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]