feat: add re-exports

This commit is contained in:
drendog 2024-08-21 01:49:49 +02:00
parent 5649ba1056
commit 4b55fd0b7d
Signed by: dwenya
GPG key ID: 8DD77074645332D0

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;