aboutsummaryrefslogtreecommitdiff
path: root/examples/name/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/name/Cargo.toml
parentfix: markdown `Viewer` impl (diff)
downloadiced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz
feat: make markdown support optional with a feature flag
Diffstat (limited to '')
-rw-r--r--examples/name/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/name/Cargo.toml b/examples/name/Cargo.toml
new file mode 100644
index 0000000..23c3b58
--- /dev/null
+++ b/examples/name/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "name"
+version = "0.0.0"
+edition = "2024"
+
+[dependencies]
+iced.workspace = true
+iced_selection = { path = "../.." }