diff options
author | 2025-01-31 17:35:38 +0100 | |
---|---|---|
committer | 2025-01-31 17:35:38 +0100 | |
commit | 128058ea948909c21a9cfd0b58cbd3a13e238e57 (patch) | |
tree | 5fee0cbc85d7f61250f6c4424e68677249ceea14 /examples/markdown/Cargo.toml | |
parent | 6aab76e3a0ce219a950f7214cd2ab68171c5df00 (diff) | |
download | iced-128058ea948909c21a9cfd0b58cbd3a13e238e57.tar.gz iced-128058ea948909c21a9cfd0b58cbd3a13e238e57.tar.bz2 iced-128058ea948909c21a9cfd0b58cbd3a13e238e57.zip |
Draft incremental `markdown` parsing
Specially useful when dealing with long Markdown
streams, like LLMs.
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" |