layer-shika/src/reexports.rs

10 lines
169 B
Rust

pub use slint;
pub use slint_interpreter;
pub mod sctk {
pub use smithay_client_toolkit::reexports::*;
}
pub mod wayland_client {
pub use wayland_client::*;
}