summaryrefslogtreecommitdiffstats
path: root/examples/ggez/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ggez/widget.rs')
-rw-r--r--examples/ggez/widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ggez/widget.rs b/examples/ggez/widget.rs
index a9e0a7ba..657a3190 100644
--- a/examples/ggez/widget.rs
+++ b/examples/ggez/widget.rs
@@ -1,3 +1,5 @@
use ggez::graphics::Color;
+pub use iced::{button, Button, Column, Row};
+
pub type Text = iced::Text<Color>;