Draft Viewer trait for markdown
This commit is contained in:
parent
c02ae0c4a4
commit
5655998761
9 changed files with 588 additions and 234 deletions
|
|
@ -7,6 +7,12 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["markdown", "highlighter", "tokio", "debug"]
|
||||
iced.features = ["markdown", "highlighter", "image", "tokio", "debug"]
|
||||
|
||||
reqwest.version = "0.12"
|
||||
reqwest.features = ["json"]
|
||||
|
||||
image.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
open = "5.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue