diff options
author | 2025-02-01 03:14:08 +0100 | |
---|---|---|
committer | 2025-02-01 03:14:08 +0100 | |
commit | 91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339 (patch) | |
tree | d9cb9cdf2a2c59e9b0ca01f5760033c994df730d /examples/markdown/Cargo.toml | |
parent | 30ee9d024d00403f2fc0571946fa9ca398117e05 (diff) | |
parent | ed0ffb59634424bb58540bdfdc4994d6665028ea (diff) | |
download | iced-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.toml | 2 |
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" |