iced-yoda/examples/ggez/widget.rs

6 lines
109 B
Rust
Raw Normal View History

2019-07-21 12:35:25 +02:00
use ggez::graphics::Color;
pub use iced::{button, Button, Column, Row};
2019-07-21 12:35:25 +02:00
pub type Text = iced::Text<Color>;