update image
This commit is contained in:
parent
2190440b3f
commit
b6eb5720c9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use dasp_sample::{Sample, U24};
|
|||
use derive_new::new;
|
||||
use dirs::{download_dir, home_dir, picture_dir};
|
||||
use fundsp::math::uparc;
|
||||
use image::{io::Reader as ImageReader, ImageFormat, RgbImage};
|
||||
use image::{ImageFormat, ImageReader, RgbImage};
|
||||
use indicatif::{ParallelProgressIterator, ProgressStyle};
|
||||
use rayon::{iter::ParallelIterator, slice::ParallelSlice};
|
||||
use rfd::FileDialog;
|
||||
|
|
Loading…
Reference in a new issue