diff options
author | 2024-07-21 17:18:53 +0200 | |
---|---|---|
committer | 2024-07-21 17:18:53 +0200 | |
commit | 5443e4d8289873895587d856dbcf46f980bda6ab (patch) | |
tree | 4f0037c07349ba0f1ea3e3ace596d988d9c3d952 /examples/markdown/Cargo.toml | |
parent | 4b44079f34aa9e01977a7974e5f49ae79ff6cd90 (diff) | |
parent | a2943798a3cf79e15344063fbf4ea8c84d261d6f (diff) | |
download | iced-5443e4d8289873895587d856dbcf46f980bda6ab.tar.gz iced-5443e4d8289873895587d856dbcf46f980bda6ab.tar.bz2 iced-5443e4d8289873895587d856dbcf46f980bda6ab.zip |
Merge pull request #2512 from iced-rs/feature/rich-text-links
Add `Link` support to `rich_text` widget
Diffstat (limited to '')
-rw-r--r-- | examples/markdown/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml index 9404d5d2..cb74b954 100644 --- a/examples/markdown/Cargo.toml +++ b/examples/markdown/Cargo.toml @@ -8,3 +8,5 @@ publish = false [dependencies] iced.workspace = true iced.features = ["markdown", "highlighter", "debug"] + +open = "5.3" |