5 lines
109 B
Rust
5 lines
109 B
Rust
use ggez::graphics::Color;
|
|
|
|
pub use iced::{button, Button, Column, Row};
|
|
|
|
pub type Text = iced::Text<Color>;
|