diff options
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 = "../.." } |
