summaryrefslogtreecommitdiffstats
path: root/tiny_skia/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-26 19:17:34 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-26 19:17:34 +0200
commitef18ecf4ef0fe654578380059b467fe2fb34aa0a (patch)
tree13f6de49d8f33ce7f4056bd36fb5e1a6e3aa8e12 /tiny_skia/Cargo.toml
parent75bd55c1f025df33bd9552a6d573ab10826e0050 (diff)
parentef87ff1e8ab24279a551b3eef6bacd8813712530 (diff)
downloadiced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.tar.gz
iced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.tar.bz2
iced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.zip
Merge pull request #1921 from iced-rs/subpixel-glyph-positioning
Subpixel glyph positioning and layout linearity
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r--tiny_skia/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml
index 1571afb8..ef993fb9 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 = "e8b10fd675832cb9c1cc9de30922beb4cf883876"
+rev = "c3cd24dc972bb8fd55d016c81ac9fa637e0a4ada"
[dependencies.twox-hash]
version = "1.6"