summaryrefslogtreecommitdiffstats
path: root/tiny_skia
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-07-20 21:12:54 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-20 21:12:54 +0200
commit9801c930f02489b893aecdc6ebb3b524b7484b6c (patch)
tree7e245773d3b9a8c700d2713cbf4aba3d347b3167 /tiny_skia
parentfd077918db7643530c3a7318ed5777d2f3d8761b (diff)
parent1006206fb260e6382ddf50a543846ccb9ffa957b (diff)
downloadiced-9801c930f02489b893aecdc6ebb3b524b7484b6c.tar.gz
iced-9801c930f02489b893aecdc6ebb3b524b7484b6c.tar.bz2
iced-9801c930f02489b893aecdc6ebb3b524b7484b6c.zip
Merge pull request #1961 from iced-rs/update-glyphon-and-cosmic-text
Update `cosmic-text` and `glyphon`
Diffstat (limited to 'tiny_skia')
-rw-r--r--tiny_skia/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml
index d9276ea5..66ad35fd 100644
--- a/tiny_skia/Cargo.toml
+++ b/tiny_skia/Cargo.toml
@@ -12,6 +12,7 @@ geometry = ["iced_graphics/geometry"]
raw-window-handle = "0.5"
softbuffer = "0.2"
tiny-skia = "0.10"
+cosmic-text = "0.9"
bytemuck = "1"
rustc-hash = "1.1"
kurbo = "0.9"
@@ -21,10 +22,6 @@ log = "0.4"
version = "0.8"
path = "../graphics"
-[dependencies.cosmic-text]
-git = "https://github.com/hecrj/cosmic-text.git"
-rev = "c3cd24dc972bb8fd55d016c81ac9fa637e0a4ada"
-
[dependencies.twox-hash]
version = "1.6"
default-features = false