WIP custom cursor for drag and drop
This commit is contained in:
parent
d56a591a9f
commit
06c37e39f5
3 changed files with 131 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ mod image_bg;
|
|||
pub use image_bg::image_bg;
|
||||
mod workspace_bar;
|
||||
pub use workspace_bar::workspace_bar;
|
||||
mod mouse_interaction_wrapper;
|
||||
pub use mouse_interaction_wrapper::mouse_interaction_wrapper;
|
||||
|
||||
pub fn layout_wrapper<Msg, T: Widget<Msg, cosmic::Renderer>>(inner: T) -> LayoutWrapper<Msg, T> {
|
||||
LayoutWrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue