Create markdown widget helpers in iced_widget

This commit is contained in:
Héctor Ramón Jiménez 2024-07-18 14:34:00 +02:00
parent aa62fa2ce9
commit 47b7a36f36
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 277 additions and 220 deletions

View file

@ -7,6 +7,4 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["highlighter", "debug"]
pulldown-cmark = "0.11"
iced.features = ["markdown", "highlighter", "debug"]