# Iced Moving Picture `iced-moving-picture` is an Iced widget library (forked from [iced_gif](https://github.com/tarkah/iced_gif)) to show animated images using [Iced](https://github.com/iced-rs/iced). Supported formats: * GIF * APNG ## Demo ![](assets/demo.gif) ## Examples * [GIF sample code](examples/gif/src/main.rs) * Run with: `cargo run -p example-gif` * [APNG sample code](examples/apng/src/main.rs) * Run with: `cargo run -p example-apng`