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
5
runtime/src/widget.rs
Normal file
5
runtime/src/widget.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//! Operate on widgets and query them at runtime.
|
||||
pub mod operation;
|
||||
|
||||
#[cfg(feature = "selector")]
|
||||
pub mod selector;
|
||||
Loading…
Add table
Add a link
Reference in a new issue