From 199277921ad0dc0ebcdda8a81670ec4952bc3d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 31 Jan 2025 20:37:07 +0100 Subject: [PATCH] Implement `markdown` incremental code highlighting (cherry picked from commit 4b8fc23840e52a81f1c62c48e4e83d04b700b392) --- examples/markdown/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml index 5022d28c..799f7445 100644 --- a/examples/markdown/Cargo.toml +++ b/examples/markdown/Cargo.toml @@ -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"]