summaryrefslogtreecommitdiffstats
path: root/glow/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/lib.rs')
-rw-r--r--glow/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/src/lib.rs b/glow/src/lib.rs
index a6c8a75a..5011da8e 100644
--- a/glow/src/lib.rs
+++ b/glow/src/lib.rs
@@ -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,