Implement button::Renderer in ggez example

This commit is contained in:
Héctor Ramón Jiménez 2019-07-22 20:14:23 +02:00
parent b4eb0df5a0
commit ccb87b12da
5 changed files with 215 additions and 12 deletions

View file

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