diff --git a/Cargo.toml b/Cargo.toml index 883b512..8ca265e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ chrono = "0.4.41" rss_content = { git = "https://code.gabe.rocks/gabriel/rss_content", version = "0.1.1" } bytes = "1.10.1" scraper = "0.23.1" -iced_video_player = "0.5.0" [profile.dev] debug=true diff --git a/src/widgets.rs b/src/widgets.rs index eadc0da..e6e81e5 100644 --- a/src/widgets.rs +++ b/src/widgets.rs @@ -84,7 +84,6 @@ pub fn content_view(state: &ui::State) -> iced::widget::Scrollable { scrollable( column!( - text(item.title).size(34), match item.description { Some(_d) => { content_area(&state.item_description)