From 69a33d8cada419a4ed39cb41951fccd0c4173dff Mon Sep 17 00:00:00 2001 From: drendog Date: Fri, 12 Dec 2025 05:50:32 +0100 Subject: [PATCH] chore: formatting --- src/lib.rs | 4 +++- src/prelude.rs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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,