diff --git a/src/reexports.rs b/src/reexports.rs new file mode 100644 index 0000000..fec9e1c --- /dev/null +++ b/src/reexports.rs @@ -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;