diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 01:31:15 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 01:31:15 +0200 |
| commit | 2a6e3a98a2452045622a4746558ec46cdfa8fc1d (patch) | |
| tree | 195dd69196b6828e9ca9ad8d4267518437c361fc /Cargo.toml | |
| parent | chore: add a to-do list (diff) | |
| download | iced_selection-2a6e3a98a2452045622a4746558ec46cdfa8fc1d.tar.gz | |
feat(wip): add markdown support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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] |
