mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-12 13:25:54 +00:00
chore: formatting
This commit is contained in:
parent
71089fc7af
commit
69a33d8cad
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue