Introduce selector flag and decouple iced_widget from iced_runtime
This commit is contained in:
parent
34a42b5ad4
commit
81d1eda7fe
22 changed files with 118 additions and 67 deletions
|
|
@ -10,6 +10,9 @@ homepage.workspace = true
|
|||
categories.workspace = true
|
||||
keywords.workspace = true
|
||||
|
||||
[features]
|
||||
selector = ["dep:iced_selector"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
|
|
@ -17,7 +20,6 @@ workspace = true
|
|||
bytes.workspace = true
|
||||
iced_core.workspace = true
|
||||
iced_debug.workspace = true
|
||||
|
||||
iced_futures.workspace = true
|
||||
|
||||
raw-window-handle.workspace = true
|
||||
|
|
@ -25,3 +27,6 @@ thiserror.workspace = true
|
|||
|
||||
sipper.workspace = true
|
||||
sipper.optional = true
|
||||
|
||||
iced_selector.workspace = true
|
||||
iced_selector.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue