mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-04-24 00:15:29 +00:00
10 lines
169 B
Rust
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::*;
|
|
}
|