feat: animated image widget

This commit is contained in:
Ashley Wulber 2023-07-26 16:32:23 -04:00 committed by Ashley Wulber
parent dd3f421c72
commit ab88a5b59f
3 changed files with 414 additions and 0 deletions

View file

@ -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::*;