Start implementing ggez example

This commit is contained in:
Héctor Ramón Jiménez 2019-07-21 12:35:25 +02:00
parent 2b7ad3d50e
commit 0eaffff422
5 changed files with 188 additions and 0 deletions

3
examples/ggez/widget.rs Normal file
View file

@ -0,0 +1,3 @@
use ggez::graphics::Color;
pub type Text = iced::Text<Color>;