Update ratatui deps

This commit is contained in:
itsjunetime
2024-11-13 10:16:05 -07:00
parent e51e9d3464
commit 927a9cb587
8 changed files with 577 additions and 71 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use ratatui_image::{picker::Picker, protocol::Protocol, Resize};
use crate::renderer::{fill_default, PageInfo, RenderError};
pub struct ConvertedPage {
pub page: Box<dyn Protocol>,
pub page: Protocol,
pub num: usize,
pub num_results: usize
}