aboutsummaryrefslogtreecommitdiff
path: root/examples/rich/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 12:47:36 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 12:51:08 +0200
commite7509d41405a1f5af64f2f74166f2bc5f1673225 (patch)
treec2e56fb086d83938d4c40238afccc66f925caacb /examples/rich/Cargo.toml
parentfix: markdown `Viewer` impl (diff)
downloadiced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz
feat: make markdown support optional with a feature flag
Diffstat (limited to 'examples/rich/Cargo.toml')
-rw-r--r--examples/rich/Cargo.toml9
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