diff options
author | 2025-02-01 03:14:08 +0100 | |
---|---|---|
committer | 2025-02-01 03:14:08 +0100 | |
commit | 91f94f3b6e62bf05fb82b3c3bd999eff7b3fd339 (patch) | |
tree | d9cb9cdf2a2c59e9b0ca01f5760033c994df730d /widget/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 'widget/Cargo.toml')
-rw-r--r-- | widget/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml index e19cad08..6d1f054e 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -33,6 +33,7 @@ iced_renderer.workspace = true iced_runtime.workspace = true num-traits.workspace = true +log.workspace = true rustc-hash.workspace = true thiserror.workspace = true unicode-segmentation.workspace = true |