timewall 1.3.0

All-in-one tool for Apple dynamic HEIF wallpapers on GNU/Linux
1
2
3
4
mod convert;
mod read;
pub use convert::unpack_images;
pub use read::{get_xmp_metadata, validate_file};