diff options
author | 2023-06-16 16:16:19 +0200 | |
---|---|---|
committer | 2023-06-16 16:16:19 +0200 | |
commit | 1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9 (patch) | |
tree | 80967dbd0982802d40e37079cedb94eca51cad37 /tiny_skia | |
parent | e7e2b7b7117c1eb6f5e94dbd62fa1fb5e67e2e71 (diff) | |
parent | 0c65936664dfba70fe5d22d1347c14cf9f85d0da (diff) | |
download | iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.tar.gz iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.tar.bz2 iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.zip |
Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-text
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" |