Use url for markdown links

This commit is contained in:
Héctor Ramón Jiménez 2024-07-21 18:16:32 +02:00
parent 5443e4d828
commit f830454ffa
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 24 additions and 9 deletions

View file

@ -24,7 +24,7 @@ svg = ["iced_renderer/svg"]
canvas = ["iced_renderer/geometry"]
qr_code = ["canvas", "dep:qrcode"]
wgpu = ["iced_renderer/wgpu"]
markdown = ["dep:pulldown-cmark"]
markdown = ["dep:pulldown-cmark", "dep:url"]
highlighter = ["dep:iced_highlighter"]
advanced = []
@ -49,3 +49,6 @@ pulldown-cmark.optional = true
iced_highlighter.workspace = true
iced_highlighter.optional = true
url.workspace = true
url.optional = true