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