Fix transformation of canvas primitives in tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2026-01-28 05:19:02 +01:00 committed by Ashley Wulber
parent 88f3b00d96
commit 4020ad70b6
4 changed files with 781 additions and 524 deletions

View file

@ -7,6 +7,6 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]
iced.features = ["canvas", "tokio", "debug", "winit", "wayland"]
chrono = "0.4"
tracing-subscriber = "0.3"