feat: animated image widget
This commit is contained in:
parent
dd3f421c72
commit
ab88a5b59f
3 changed files with 414 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ pub use header_bar::{header_bar, HeaderBar};
|
|||
pub mod icon;
|
||||
pub use icon::{icon, Icon, IconSource};
|
||||
|
||||
#[cfg(feature = "animated-image")]
|
||||
pub mod frames;
|
||||
|
||||
pub mod list;
|
||||
pub use list::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue