deps: Unify iced version used by cosmic-comp and cosmic-time

This commit is contained in:
Victoria Brekenfeld 2023-06-02 13:11:06 +02:00
parent 53c6af5b21
commit 359cf70b49
5 changed files with 93 additions and 910 deletions

View file

@ -5,7 +5,7 @@ use crate::{
wayland::handlers::screencopy::ScreencopySessions,
};
use calloop::LoopHandle;
use cosmic::Element;
use cosmic::{iced_core::Color, Element};
use cosmic_protocols::screencopy::v1::server::zcosmic_screencopy_session_v1::InputType;
use smithay::{
backend::{
@ -311,8 +311,8 @@ impl Program for CosmicStackInternal {
mask.clone().unwrap()
}
fn background_color(&self) -> iced_core::Color {
iced_core::Color {
fn background_color(&self) -> Color {
Color {
r: 0.1176,
g: 0.1176,
b: 0.1176,