aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 01:31:15 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 01:31:15 +0200
commit2a6e3a98a2452045622a4746558ec46cdfa8fc1d (patch)
tree195dd69196b6828e9ca9ad8d4267518437c361fc /Cargo.toml
parentchore: add a to-do list (diff)
downloadiced_selection-2a6e3a98a2452045622a4746558ec46cdfa8fc1d.tar.gz
feat(wip): add markdown support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
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]