diff options
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r-- | test/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index 47e9be11..ff6cb38a 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -15,7 +15,9 @@ workspace = true [dependencies] iced_runtime.workspace = true + iced_renderer.workspace = true +iced_renderer.features = ["fira-sans"] png.workspace = true sha2.workspace = true |