diff options
author | 2024-09-05 15:08:08 +0200 | |
---|---|---|
committer | 2024-09-05 15:08:31 +0200 | |
commit | 9426418adbaac40f584fe16b623521a3a21a1a4c (patch) | |
tree | 10d578347aaa88e81bfe30da7b5c66623b3fe5d9 /widget/src/lazy.rs | |
parent | eada3b8bf298c8436f30a5bc81032bed303d1e1e (diff) | |
download | iced-9426418adbaac40f584fe16b623521a3a21a1a4c.tar.gz iced-9426418adbaac40f584fe16b623521a3a21a1a4c.tar.bz2 iced-9426418adbaac40f584fe16b623521a3a21a1a4c.zip |
Deprecate the `component` widget
Diffstat (limited to 'widget/src/lazy.rs')
-rw-r--r-- | widget/src/lazy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/src/lazy.rs b/widget/src/lazy.rs index 883a2f65..221f9de3 100644 --- a/widget/src/lazy.rs +++ b/widget/src/lazy.rs @@ -4,6 +4,7 @@ pub(crate) mod helpers; pub mod component; pub mod responsive; +#[allow(deprecated)] pub use component::Component; pub use responsive::Responsive; |