summaryrefslogtreecommitdiffstats
path: root/examples/ggez/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-22 20:14:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-22 20:14:23 +0200
commitccb87b12da9f4c8e65571d31da2952ff1b5b08d9 (patch)
tree098ad52c5da98bc76e30f7ab7d0dd391e8ae581d /examples/ggez/widget.rs
parentb4eb0df5a0067d663d09b418246d25a378b29444 (diff)
downloadiced-ccb87b12da9f4c8e65571d31da2952ff1b5b08d9.tar.gz
iced-ccb87b12da9f4c8e65571d31da2952ff1b5b08d9.tar.bz2
iced-ccb87b12da9f4c8e65571d31da2952ff1b5b08d9.zip
Implement `button::Renderer` in `ggez` example
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>;