Support custom renderers in iced_test through renderer::Headless trait

This commit is contained in:
Héctor Ramón Jiménez 2024-12-14 03:49:24 +01:00
parent 6572909ab5
commit 2cf4abf25b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
12 changed files with 191 additions and 80 deletions

View file

@ -15,10 +15,9 @@ workspace = true
[dependencies]
iced_runtime.workspace = true
iced_tiny_skia.workspace = true
iced_renderer.workspace = true
iced_renderer.features = ["tiny-skia", "fira-sans"]
iced_renderer.features = ["fira-sans"]
png.workspace = true
sha2.workspace = true