summaryrefslogtreecommitdiffstats
path: root/examples/ggez/widget.rs
blob: 657a31904f2775eb8af00017af8fccdbfa60260a (plain) (blame)
1
2
3
4
5
use ggez::graphics::Color;

pub use iced::{button, Button, Column, Row};

pub type Text = iced::Text<Color>;