chore: align workspaces with local cosmic stack

This commit is contained in:
Lionel DARNIS 2026-05-24 11:11:12 +02:00
parent cd729d045b
commit 7393ce1ff1
5 changed files with 155 additions and 278 deletions

View file

@ -5,6 +5,7 @@ use cosmic::iced::{Length, Rectangle, Size, Vector};
use std::marker::PhantomData;
#[allow(dead_code)]
pub fn mouse_interaction_wrapper<'a, Msg, T: Into<cosmic::Element<'a, Msg>>>(
mouse_interaction: mouse::Interaction,
content: T,