Implement missing on_event and mouse_interaction for Checkbox in iced_pure

This commit is contained in:
Héctor Ramón Jiménez 2022-02-12 17:26:49 +07:00
parent bd22cc0bc0
commit 4c61601aa3
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 42 additions and 2 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["async-std", "debug", "pure"] }
iced = { path = "../../..", features = ["async-std", "debug", "default_system_font", "pure"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"