1 2 3 4 5
use ggez::graphics::Color; pub use iced::{button, Button, Column, Row}; pub type Text = iced::Text<Color>;