diff options
author | 2023-06-16 15:50:03 +0200 | |
---|---|---|
committer | 2023-06-16 15:50:03 +0200 | |
commit | 0c65936664dfba70fe5d22d1347c14cf9f85d0da (patch) | |
tree | 4313233d0f05a9006b16aa9216419d81a87da885 /tiny_skia | |
parent | 267dbf34e94bbdfe99de857aea5930f1fcac7aec (diff) | |
download | iced-0c65936664dfba70fe5d22d1347c14cf9f85d0da.tar.gz iced-0c65936664dfba70fe5d22d1347c14cf9f85d0da.tar.bz2 iced-0c65936664dfba70fe5d22d1347c14cf9f85d0da.zip |
Update `glyphon` and `cosmic-text`
Diffstat (limited to 'tiny_skia')
-rw-r--r-- | tiny_skia/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 400eee6a..1571afb8 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -24,7 +24,7 @@ features = ["tiny-skia"] [dependencies.cosmic-text] git = "https://github.com/hecrj/cosmic-text.git" -rev = "b85d6a4f2376f8a8a7dadc0f8bcb89d4db10a1c9" +rev = "e8b10fd675832cb9c1cc9de30922beb4cf883876" [dependencies.twox-hash] version = "1.6" |