Implement syntax highlighting cache in editor example

This commit is contained in:
Héctor Ramón Jiménez 2023-09-17 21:45:13 +02:00
parent 2897986f2d
commit 790c0dabcf
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 46 additions and 25 deletions

View file

@ -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"