diff options
author | 2020-11-10 20:13:47 +0100 | |
---|---|---|
committer | 2020-11-10 20:13:47 +0100 | |
commit | 6f52eb4d3a99565a6261eca3263fa8a5e2c3f63f (patch) | |
tree | f3daa9c7966be0afb5d54b320c72b878b04ac518 /graphics/Cargo.toml | |
parent | fa98dbad1685c92584994fc9d9448ae52d92e416 (diff) | |
download | iced-6f52eb4d3a99565a6261eca3263fa8a5e2c3f63f.tar.gz iced-6f52eb4d3a99565a6261eca3263fa8a5e2c3f63f.tar.bz2 iced-6f52eb4d3a99565a6261eca3263fa8a5e2c3f63f.zip |
Update `lyon` dependency in `iced_graphics`
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 4f9c5e99..1e2df1fd 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -29,7 +29,7 @@ version = "0.1" path = "../style" [dependencies.lyon] -version = "0.15" +version = "0.16" optional = true [dependencies.font-kit] |