chore: formatting

This commit is contained in:
drendog 2025-12-12 05:50:32 +01:00
parent 71089fc7af
commit 69a33d8cad
Signed by: dwenya
GPG key ID: 8DD77074645332D0
2 changed files with 6 additions and 2 deletions

View file

@ -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,

View file

@ -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,