diff options
author | 2024-07-18 14:34:00 +0200 | |
---|---|---|
committer | 2024-07-18 14:34:00 +0200 | |
commit | 47b7a36f36b99e346909390621b04f6691ff46d4 (patch) | |
tree | ab3d5c7ca7c81eb14fd5e2b0332e63fe68a6a7f8 /examples/markdown/Cargo.toml | |
parent | aa62fa2ce992949d20ddbe8683ed2be0d922a568 (diff) | |
download | iced-47b7a36f36b99e346909390621b04f6691ff46d4.tar.gz iced-47b7a36f36b99e346909390621b04f6691ff46d4.tar.bz2 iced-47b7a36f36b99e346909390621b04f6691ff46d4.zip |
Create `markdown` widget helpers in `iced_widget`
Diffstat (limited to 'examples/markdown/Cargo.toml')
-rw-r--r-- | examples/markdown/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml index 6875ee94..9404d5d2 100644 --- a/examples/markdown/Cargo.toml +++ b/examples/markdown/Cargo.toml @@ -7,6 +7,4 @@ publish = false [dependencies] iced.workspace = true -iced.features = ["highlighter", "debug"] - -pulldown-cmark = "0.11" +iced.features = ["markdown", "highlighter", "debug"] |