Make Application and Sandbox return a Result
This commit is contained in:
parent
faa12382d4
commit
c1f79b40cf
40 changed files with 166 additions and 58 deletions
|
|
@ -26,7 +26,7 @@ pub(crate) use iced_graphics::Transformation;
|
|||
#[doc(no_inline)]
|
||||
pub use widget::*;
|
||||
|
||||
pub use iced_graphics::Viewport;
|
||||
pub use iced_graphics::{Error, Viewport};
|
||||
pub use iced_native::{
|
||||
Background, Color, Command, HorizontalAlignment, Length, Vector,
|
||||
VerticalAlignment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue