feat: add re-exports

WIP/draft
drendog 2024-08-21 01:49:49 +02:00
parent 5649ba1056
commit 4b55fd0b7d
Signed by: dwenya
GPG Key ID: 8DD77074645332D0
1 changed files with 12 additions and 0 deletions

12
src/reexports.rs Normal file
View 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;