mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Update to edition 2024
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@ use flume::{Receiver, SendError, Sender, TryRecvError};
|
||||
use futures_util::stream::StreamExt;
|
||||
use image::DynamicImage;
|
||||
use itertools::Itertools;
|
||||
use ratatui_image::{picker::Picker, protocol::Protocol, Resize};
|
||||
use ratatui_image::{Resize, picker::Picker, protocol::Protocol};
|
||||
use rayon::iter::ParallelIterator;
|
||||
|
||||
use crate::renderer::{fill_default, PageInfo, RenderError};
|
||||
use crate::renderer::{PageInfo, RenderError, fill_default};
|
||||
|
||||
pub struct ConvertedPage {
|
||||
pub page: Protocol,
|
||||
|
||||
Reference in New Issue
Block a user