summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-16 16:27:02 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-16 16:27:02 +0200
commitc9dbccba468da683af2513535c40374da804aa60 (patch)
treee3ab48f87adaba193806b3de9be5c50597ed584f /Cargo.toml
parentd051f21597bb333ac10183aaa3214a292e9aa365 (diff)
downloadiced-c9dbccba468da683af2513535c40374da804aa60.tar.gz
iced-c9dbccba468da683af2513535c40374da804aa60.tar.bz2
iced-c9dbccba468da683af2513535c40374da804aa60.zip
Use fork of `cosmic-text` with some minor fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af74a3cf..f8dd5f14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -151,3 +151,7 @@ wgpu = "0.17"
winapi = "0.3"
window_clipboard = "0.3"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8d9923870de1d4ab1994146e", default-features = false }
+
+[patch.crates-io.cosmic-text]
+git = "https://github.com/hecrj/cosmic-text.git"
+rev = "cb83458e7d0b84ef37c5beb72dda5046d7d343a6"