diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-10 00:41:19 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-10 00:41:19 +0100 |
| commit | 853fc6dff8389e1dfa355bc46f8ea559216e9c63 (patch) | |
| tree | 6bb0863241e4470c2389e3a08c096e3e75464f40 /examples/name/Cargo.toml | |
| parent | feat(rich example): use single paragraph, centered text (diff) | |
| download | iced_selection-853fc6dff8389e1dfa355bc46f8ea559216e9c63.tar.gz | |
feat(name example): replace TextInput with TextEditor for multi-line support, disable wrapping
Diffstat (limited to '')
| -rw-r--r-- | examples/name/Cargo.toml | 1 |
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 = "../.." } |
