feat: add re-exports
parent
5649ba1056
commit
4b55fd0b7d
|
@ -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…
Reference in New Issue