fix: toaster behind feature gate

This commit is contained in:
Ashley Wulber 2024-07-05 14:08:07 -04:00 committed by Michael Murphy
parent 4da66f8cc0
commit 928b714d14
3 changed files with 5 additions and 6 deletions

View file

@ -350,4 +350,5 @@ pub mod warning;
#[doc(inline)]
pub use warning::*;
pub mod toaster;
#[cfg(any(feature = "winit", feature = "wayland"))]
pub mod toaster;