Use iced_sctk re-export
This commit is contained in:
parent
2cbef636a4
commit
cc87545b7d
3 changed files with 5 additions and 7 deletions
10
src/main.rs
10
src/main.rs
|
|
@ -24,11 +24,11 @@ use cosmic::{
|
|||
},
|
||||
window::Id as SurfaceId,
|
||||
},
|
||||
};
|
||||
use iced_sctk::{
|
||||
application::SurfaceIdWrapper,
|
||||
commands::layer_surface::{destroy_layer_surface, get_layer_surface},
|
||||
settings::InitialSurface,
|
||||
iced_sctk::{
|
||||
application::SurfaceIdWrapper,
|
||||
commands::layer_surface::{destroy_layer_surface, get_layer_surface},
|
||||
settings::InitialSurface,
|
||||
},
|
||||
};
|
||||
use std::{collections::HashMap, mem, process};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue