aboutsummaryrefslogtreecommitdiff
path: root/examples/name/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-10 00:41:19 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-10 00:41:19 +0100
commit853fc6dff8389e1dfa355bc46f8ea559216e9c63 (patch)
tree6bb0863241e4470c2389e3a08c096e3e75464f40 /examples/name/Cargo.toml
parentfeat(rich example): use single paragraph, centered text (diff)
downloadiced_selection-853fc6dff8389e1dfa355bc46f8ea559216e9c63.tar.gz
feat(name example): replace TextInput with TextEditor for multi-line support, disable wrapping
Diffstat (limited to 'examples/name/Cargo.toml')
-rw-r--r--examples/name/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/name/Cargo.toml b/examples/name/Cargo.toml
index 23c3b58..e24d7d2 100644
--- a/examples/name/Cargo.toml
+++ b/examples/name/Cargo.toml
@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
iced.workspace = true
+iced.features = ["advanced"]
iced_selection = { path = "../.." }