diff options
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 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] |