From 2a6e3a98a2452045622a4746558ec46cdfa8fc1d Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 20 Oct 2025 01:31:15 +0200 Subject: feat(wip): add markdown support --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0576705..849c30e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,13 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" [dependencies] -iced_widget = { git = "https://github.com/iced-rs/iced" } +iced_widget = { git = "https://github.com/iced-rs/iced", features = [ + "markdown", +] } unicode-segmentation = "1.0" [dev-dependencies] -iced = { git = "https://github.com/iced-rs/iced" } +iced = { git = "https://github.com/iced-rs/iced", features = ["markdown"] } open = "5.3" [package.metadata.docs.rs] -- cgit v1.2.3