Implement markdown incremental code highlighting

(cherry picked from commit 4b8fc23840)
This commit is contained in:
Héctor Ramón Jiménez 2025-01-31 20:37:07 +01:00 committed by Ashley Wulber
parent 3553fa2c01
commit 199277921a
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["markdown", "highlighter", "image", "tokio", "debug"]
iced.features = ["markdown", "highlighter", "image", "tokio", "debug", "winit"]
reqwest.version = "0.12"
reqwest.features = ["json"]