mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-23 05:55:55 +00:00
chore: export logical dims
This commit is contained in:
parent
d42df2153e
commit
f4490ba9a1
2 changed files with 4 additions and 3 deletions
|
|
@ -95,7 +95,8 @@ pub mod prelude {
|
|||
pub use crate::{slint, slint_interpreter};
|
||||
|
||||
pub use layer_shika_domain::prelude::{
|
||||
LogicalSize, Margins, PhysicalSize, ScaleFactor, SurfaceConfig, SurfaceDimension, UiSource,
|
||||
LogicalPosition, LogicalRect, LogicalSize, Margins, PhysicalSize, ScaleFactor,
|
||||
SurfaceConfig, SurfaceDimension, UiSource,
|
||||
};
|
||||
|
||||
pub use layer_shika_adapters::platform::wayland::Anchor;
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ pub use crate::{
|
|||
};
|
||||
|
||||
pub use layer_shika_composition::prelude::{
|
||||
Anchor, LogicalSize, Margins, PhysicalSize, ScaleFactor, SurfaceConfig, SurfaceDimension,
|
||||
UiSource,
|
||||
Anchor, LogicalPosition, LogicalRect, LogicalSize, Margins, PhysicalSize, ScaleFactor,
|
||||
SurfaceConfig, SurfaceDimension, UiSource,
|
||||
};
|
||||
|
||||
pub use crate::calloop;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue