From 853fc6dff8389e1dfa355bc46f8ea559216e9c63 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 10 Nov 2025 00:41:19 +0100 Subject: feat(name example): replace TextInput with TextEditor for multi-line support, disable wrapping --- examples/name/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/name/Cargo.toml') 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 = "../.." } -- cgit v1.2.3