iced/examples/ggez/widget.rs
2019-07-21 12:35:25 +02:00

3 lines
63 B
Rust

use ggez::graphics::Color;
pub type Text = iced::Text<Color>;