Start implementing ggez example
This commit is contained in:
parent
2b7ad3d50e
commit
0eaffff422
5 changed files with 188 additions and 0 deletions
3
examples/ggez/widget.rs
Normal file
3
examples/ggez/widget.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
use ggez::graphics::Color;
|
||||
|
||||
pub type Text = iced::Text<Color>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue