summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-09-01 13:53:18 +0700
committerLibravatar GitHub <noreply@github.com>2021-09-01 13:53:18 +0700
commitb7b7741578257bbf6a8b873c360182e2c9b920ab (patch)
tree1a1cb723b156b25c5273c458aa9112b85ead0c8b /graphics/Cargo.toml
parentdcd362813af45efbde84db940cfe6f6fbf40ca7b (diff)
parent61dc9defada9a001bfd177b8e67c64add555d96a (diff)
downloadiced-b7b7741578257bbf6a8b873c360182e2c9b920ab.tar.gz
iced-b7b7741578257bbf6a8b873c360182e2c9b920ab.tar.bz2
iced-b7b7741578257bbf6a8b873c360182e2c9b920ab.zip
Merge pull request #683 from hecrj/lyon-0.17
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]