notedeck: include frame history

for debugging.

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-29 10:08:49 -07:00
parent f36390d8f8
commit 418e08541d
12 changed files with 33 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
mod anim;
pub mod colors;
pub mod gif;
pub mod icons;
pub mod images;
pub mod profile;
pub mod icons;
pub use anim::AnimationHelper;
pub use profile::ProfilePic;