add missing glow support

This commit is contained in:
Kaiden42 2020-09-19 20:16:36 +02:00 committed by Héctor Ramón
parent 7370dfac6e
commit 88da268724
2 changed files with 12 additions and 0 deletions

View file

@ -20,6 +20,7 @@ pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod text_input;
pub mod toggler;
pub mod tooltip;
#[doc(no_inline)]
@ -45,6 +46,8 @@ pub use slider::Slider;
#[doc(no_inline)]
pub use text_input::TextInput;
#[doc(no_inline)]
pub use toggler::Toggler;
#[doc(no_inline)]
pub use tooltip::Tooltip;
#[cfg(feature = "canvas")]