From f830454ffad1cf60f1d6e56fe95514af96848a64 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 21 Jul 2024 18:16:32 +0200 Subject: Use `url` for `markdown` links --- widget/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'widget/Cargo.toml') diff --git a/widget/Cargo.toml b/widget/Cargo.toml index 2f483b79..98a81145 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -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 -- cgit