diff --git a/src/lib.rs b/src/lib.rs index 4584719..4ab0c4a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -131,7 +131,9 @@ pub mod shell; pub mod slint_integration; pub mod window; -pub use layer_shika_composition::{CallbackContext, Error, Handle, Result, SurfaceHandle, SurfaceInstanceId, SurfaceTarget}; +pub use layer_shika_composition::{ + CallbackContext, Error, Handle, Result, SurfaceHandle, SurfaceInstanceId, SurfaceTarget, +}; pub use shell::{ CompiledUiSource, DEFAULT_COMPONENT_NAME, DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Output, diff --git a/src/prelude.rs b/src/prelude.rs index da4dfa3..1005e7c 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -26,7 +26,9 @@ pub use crate::event::{EventDispatchContext, EventLoopHandle, ShellEventLoop}; pub use crate::slint_integration::{PopupWindow, slint, slint_interpreter}; -pub use crate::{CallbackContext, Error, Handle, Result, SurfaceHandle, SurfaceInstanceId, SurfaceTarget}; +pub use crate::{ + CallbackContext, Error, Handle, Result, SurfaceHandle, SurfaceInstanceId, SurfaceTarget, +}; pub use layer_shika_composition::prelude::{ Anchor, LogicalSize, Margins, PhysicalSize, ScaleFactor, SurfaceConfig, SurfaceDimension,