summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-12 17:26:49 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-12 17:26:49 +0700
commit4c61601aa3fe7f6735e27c27d379090d777b56f7 (patch)
tree94c76b72be52cf4f29bfbd5acbeb778c866b0c3b /examples
parentbd22cc0bc0f7551d29cf2acd22520f4a906f253c (diff)
downloadiced-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.toml2
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"