From 4c61601aa3fe7f6735e27c27d379090d777b56f7 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 12 Feb 2022 17:26:49 +0700 Subject: Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_pure` --- examples/pure/todos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pure') 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" -- cgit