diff options
| author | 2020-12-20 02:50:38 +0100 | |
|---|---|---|
| committer | 2020-12-20 02:50:38 +0100 | |
| commit | a366600e7347c24bbb6679118a12b616a031deff (patch) | |
| tree | 65058048dbc6c65ce96a41ed6119fd5c4925e267 /graphics | |
| parent | 86361f003caa1563392dd2ba46c3468f91995c61 (diff) | |
| parent | 4bbfdef14b6983c05d91137f930c15a52da37d86 (diff) | |
| download | iced-a366600e7347c24bbb6679118a12b616a031deff.tar.gz iced-a366600e7347c24bbb6679118a12b616a031deff.tar.bz2 iced-a366600e7347c24bbb6679118a12b616a031deff.zip | |
Merge pull request #669 from hecrj/improvement/update-resvg-and-font-kit
Update `resvg` and `font-kit`
Diffstat (limited to '')
| -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 73dc47bf..aac9ccf2 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -44,7 +44,7 @@ version = "0.12"  optional = true  [dependencies.font-kit] -version = "0.8" +version = "0.10"  optional = true  [package.metadata.docs.rs] | 
