aboutsummaryrefslogtreecommitdiff
path: root/examples/markdown/Cargo.toml
blob: ba97085693a532472a4221d4e34dc4a22fd6e801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "markdown"
version = "0.0.0"
edition = "2024"

[dependencies]
iced.workspace = true
iced.features = ["highlighter"]

iced_selection.path = "../.."
iced_selection.features = ["markdown"]

open.workspace = true