From dd86be674095de15c0ceae7150f9c3b59a294899 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 23 Jul 2025 12:39:46 -0400 Subject: [PATCH] not ready for video widget, removed redundant title --- Cargo.toml | 1 - src/widgets.rs | 1 - 2 files changed, 2 deletions(-) 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)