Re-export iced_sctk when build with wayland feature
This commit is contained in:
parent
db2e6c236d
commit
cd19bbf37a
2 changed files with 7 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
pub use iced;
|
||||
pub use iced_lazy;
|
||||
pub use iced_native;
|
||||
#[cfg(feature = "wayland")]
|
||||
pub use iced_sctk;
|
||||
pub use iced_style;
|
||||
#[cfg(feature = "winit")]
|
||||
pub use iced_winit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue