Merge branch 'master' into feature/canvas-interaction

This commit is contained in:
Héctor Ramón Jiménez 2020-04-29 07:34:14 +02:00
commit 61c707fe04
18 changed files with 147 additions and 39 deletions

View file

@ -20,7 +20,7 @@
mod platform {
pub use iced_wgpu::widget::{
button, checkbox, container, pane_grid, progress_bar, radio,
scrollable, slider, text_input,
scrollable, slider, text_input, Text,
};
#[cfg(feature = "canvas")]
@ -39,7 +39,7 @@ mod platform {
pub use iced_winit::svg::{Handle, Svg};
}
pub use iced_winit::{Space, Text};
pub use iced_winit::Space;
#[doc(no_inline)]
pub use {