summaryrefslogtreecommitdiffstats
path: root/examples/markdown/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-01 03:14:08 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-01 03:14:08 +0100
commit91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339 (patch)
treed9cb9cdf2a2c59e9b0ca01f5760033c994df730d /examples/markdown/Cargo.toml
parent30ee9d024d00403f2fc0571946fa9ca398117e05 (diff)
parented0ffb59634424bb58540bdfdc4994d6665028ea (diff)
downloadiced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.tar.gz
iced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.tar.bz2
iced-91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339.zip
Merge pull request #2776 from iced-rs/fix/markdown
Incremental `markdown` parsing and various fixes
Diffstat (limited to 'examples/markdown/Cargo.toml')
-rw-r--r--examples/markdown/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml
index cb74b954..fa6ced74 100644
--- a/examples/markdown/Cargo.toml
+++ b/examples/markdown/Cargo.toml
@@ -7,6 +7,6 @@ publish = false
[dependencies]
iced.workspace = true
-iced.features = ["markdown", "highlighter", "debug"]
+iced.features = ["markdown", "highlighter", "tokio", "debug"]
open = "5.3"