summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 21:45:13 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 21:46:19 +0200
commit790c0dabcf0a50a2466e47daeb4f1e149b2ede5a (patch)
tree0a13ffb8502aaa8ea429cd4bc7f3c531f95d0d52 /Cargo.toml
parent2897986f2ded7318894a52572bec3d62754ebfaa (diff)
downloadiced-790c0dabcf0a50a2466e47daeb4f1e149b2ede5a.tar.gz
iced-790c0dabcf0a50a2466e47daeb4f1e149b2ede5a.tar.bz2
iced-790c0dabcf0a50a2466e47daeb4f1e149b2ede5a.zip
Implement syntax highlighting cache in `editor` example
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 f8dd5f14..70f84460 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -155,3 +155,7 @@ winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8
[patch.crates-io.cosmic-text]
git = "https://github.com/hecrj/cosmic-text.git"
rev = "cb83458e7d0b84ef37c5beb72dda5046d7d343a6"
+
+[patch.crates-io.rangemap]
+git = "https://github.com/hecrj/rangemap.git"
+branch = "fix/partial-eq"