diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:47:36 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:51:08 +0200 |
| commit | e7509d41405a1f5af64f2f74166f2bc5f1673225 (patch) | |
| tree | c2e56fb086d83938d4c40238afccc66f925caacb /examples/rich/Cargo.toml | |
| parent | fix: markdown `Viewer` impl (diff) | |
| download | iced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz | |
feat: make markdown support optional with a feature flag
Diffstat (limited to '')
| -rw-r--r-- | examples/rich/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/rich/Cargo.toml b/examples/rich/Cargo.toml new file mode 100644 index 0000000..a016a5e --- /dev/null +++ b/examples/rich/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rich" +version = "0.0.0" +edition = "2024" + +[dependencies] +iced.workspace = true +iced_selection = { path = "../.." } +open.workspace = true |
