mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-12 14:25:54 +00:00
chore: formatting
This commit is contained in:
parent
c0b01be05f
commit
3eca2b483c
2 changed files with 8 additions and 8 deletions
|
|
@ -9,10 +9,10 @@
|
|||
#![allow(clippy::pub_use)]
|
||||
|
||||
pub use crate::shell::{
|
||||
CompiledUiSource, Output, Selection, Selector, Surface, SurfaceInfo, DEFAULT_COMPONENT_NAME,
|
||||
DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Shell, ShellBuilder, ShellConfig, ShellControl,
|
||||
ShellEventContext, ShellRuntime, ShellSurfaceConfigHandler, SurfaceComponentConfig,
|
||||
SurfaceConfigBuilder, SurfaceDefinition,
|
||||
CompiledUiSource, DEFAULT_COMPONENT_NAME, DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Output,
|
||||
Selection, Selector, Shell, ShellBuilder, ShellConfig, ShellControl, ShellEventContext,
|
||||
ShellRuntime, ShellSurfaceConfigHandler, Surface, SurfaceComponentConfig, SurfaceConfigBuilder,
|
||||
SurfaceDefinition, SurfaceInfo,
|
||||
};
|
||||
|
||||
pub use crate::window::{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
pub use layer_shika_composition::{
|
||||
CompiledUiSource, Output, Selection, Selector, Surface, SurfaceInfo, DEFAULT_COMPONENT_NAME,
|
||||
DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Shell, ShellBuilder, ShellConfig, ShellControl,
|
||||
ShellEventContext, ShellRuntime, ShellSurfaceConfigHandler, SurfaceComponentConfig,
|
||||
SurfaceConfigBuilder, SurfaceDefinition,
|
||||
CompiledUiSource, DEFAULT_COMPONENT_NAME, DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Output,
|
||||
Selection, Selector, Shell, ShellBuilder, ShellConfig, ShellControl, ShellEventContext,
|
||||
ShellRuntime, ShellSurfaceConfigHandler, Surface, SurfaceComponentConfig, SurfaceConfigBuilder,
|
||||
SurfaceDefinition, SurfaceInfo,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue