fix: edited gif

This commit is contained in:
ad4mx 2022-07-18 10:46:33 +02:00
parent 0727857f4f
commit 952775af2e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 MiB

View file

@ -5,7 +5,7 @@ use strum::IntoEnumIterator;
fn main() {
let mut spin = Spinner::new(Spinners::Dots, "", None);
for spinner in Spinners::iter() {
spin.update(spinner, format!("Spinners::{}", spinner), None);
spin.update(spinner, format!("{}", spinner), None);
sleep(Duration::from_secs(2));
}
spin.stop_with_message("Done!");