diff options
Diffstat (limited to 'examples/pure')
-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" |