mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-05-09 04:05:30 +00:00
feat: add re-exports
This commit is contained in:
parent
5649ba1056
commit
4b55fd0b7d
1 changed files with 12 additions and 0 deletions
12
src/reexports.rs
Normal file
12
src/reexports.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
pub use slint;
|
||||
pub use slint_interpreter;
|
||||
|
||||
pub mod sctk {
|
||||
pub use smithay_client_toolkit::reexports::*;
|
||||
}
|
||||
|
||||
pub mod wayland_client {
|
||||
pub use wayland_client::*;
|
||||
}
|
||||
|
||||
pub use anyhow;
|
Loading…
Add table
Reference in a new issue