diff options
author | 2022-02-12 17:26:49 +0700 | |
---|---|---|
committer | 2022-02-12 17:26:49 +0700 | |
commit | 4c61601aa3fe7f6735e27c27d379090d777b56f7 (patch) | |
tree | 94c76b72be52cf4f29bfbd5acbeb778c866b0c3b /examples | |
parent | bd22cc0bc0f7551d29cf2acd22520f4a906f253c (diff) | |
download | iced-4c61601aa3fe7f6735e27c27d379090d777b56f7.tar.gz iced-4c61601aa3fe7f6735e27c27d379090d777b56f7.tar.bz2 iced-4c61601aa3fe7f6735e27c27d379090d777b56f7.zip |
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_pure`
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pure/todos/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pure/todos/Cargo.toml b/examples/pure/todos/Cargo.toml index fa14ff6a..217179e8 100644 --- a/examples/pure/todos/Cargo.toml +++ b/examples/pure/todos/Cargo.toml @@ -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" |