3 lines
63 B
Rust
3 lines
63 B
Rust
use ggez::graphics::Color;
|
|
|
|
pub type Text = iced::Text<Color>;
|
use ggez::graphics::Color;
|
|
|
|
pub type Text = iced::Text<Color>;
|