fix: toaster behind feature gate
This commit is contained in:
parent
4da66f8cc0
commit
928b714d14
3 changed files with 5 additions and 6 deletions
|
|
@ -350,4 +350,5 @@ pub mod warning;
|
|||
#[doc(inline)]
|
||||
pub use warning::*;
|
||||
|
||||
pub mod toaster;
|
||||
#[cfg(any(feature = "winit", feature = "wayland"))]
|
||||
pub mod toaster;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue