Use iced_sctk re-export

This commit is contained in:
Ian Douglas Scott 2023-01-26 15:47:23 -08:00
parent 2cbef636a4
commit cc87545b7d
3 changed files with 5 additions and 7 deletions

View file

@ -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};