feat: Tooltips and Better Surface Management
This commit is contained in:
parent
c7edd37b03
commit
337b80d4ca
90 changed files with 3651 additions and 977 deletions
|
|
@ -31,3 +31,8 @@ pub use self::segmented_button::SegmentedButton;
|
|||
mod text_input;
|
||||
#[doc(inline)]
|
||||
pub use self::text_input::TextInput;
|
||||
|
||||
#[cfg(all(feature = "wayland", feature = "winit"))]
|
||||
pub mod tooltip;
|
||||
#[cfg(all(feature = "wayland", feature = "winit"))]
|
||||
pub use tooltip::Tooltip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue