Implement missing on_event and mouse_interaction for Checkbox in iced_pure
This commit is contained in:
parent
bd22cc0bc0
commit
4c61601aa3
2 changed files with 42 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue