introduce ImagePulseTint

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-15 18:37:38 -04:00
parent bd78be1659
commit 45fe192f75
2 changed files with 72 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ pub mod icons;
pub mod images;
pub mod profile;
pub use anim::AnimationHelper;
pub use anim::{AnimationHelper, ImagePulseTint};
pub use profile::ProfilePic;