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