diff options
Diffstat (limited to 'examples/markdown/Cargo.toml')
-rw-r--r-- | examples/markdown/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml index 6875ee94..9404d5d2 100644 --- a/examples/markdown/Cargo.toml +++ b/examples/markdown/Cargo.toml @@ -7,6 +7,4 @@ publish = false [dependencies] iced.workspace = true -iced.features = ["highlighter", "debug"] - -pulldown-cmark = "0.11" +iced.features = ["markdown", "highlighter", "debug"] |