chore: update libcosmic after reexports were removed

This commit is contained in:
Ashley Wulber 2026-04-09 13:49:09 -04:00 committed by Michael Murphy
parent 04da80bb90
commit 3639bafcfa
40 changed files with 200 additions and 217 deletions

View file

@ -3,9 +3,9 @@
use super::Message;
use cosmic::iced::Radius;
use cosmic::iced_core::Border;
use cosmic::iced_core::{self, Background, Color, Degrees, Length, gradient::Linear};
use cosmic::iced_runtime::core::image::Handle as ImageHandle;
use cosmic::iced::core::Border;
use cosmic::iced::core::{self, Background, Color, Degrees, Length, gradient::Linear};
use cosmic::iced::runtime::core::image::Handle as ImageHandle;
use cosmic::prelude::*;
use cosmic::widget::{Space, button, container};
use cosmic::{Element, iced};
@ -69,7 +69,7 @@ pub fn color_image<'a, M: 'a>(
stop += stop_increment;
}
Background::Gradient(iced_core::Gradient::Linear(linear))
Background::Gradient(iced::core::Gradient::Linear(linear))
}
}),