Implement button::Renderer in ggez example
This commit is contained in:
parent
b4eb0df5a0
commit
ccb87b12da
5 changed files with 215 additions and 12 deletions
|
|
@ -1,3 +1,5 @@
|
|||
use ggez::graphics::Color;
|
||||
|
||||
pub use iced::{button, Button, Column, Row};
|
||||
|
||||
pub type Text = iced::Text<Color>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue