Upgrade FemtoVG rendere to 0.19.2

Fixes #9598 via https://github.com/femtovg/femtovg/pull/247
This commit is contained in:
Simon Hausmann 2025-10-10 16:28:20 +02:00
parent 4a433b4574
commit 4ff486b939

View file

@ -34,7 +34,7 @@ cfg-if = "1"
derive_more = { workspace = true }
lyon_path = "1.0"
pin-weak = "1"
femtovg = { version = "0.19.0", default-features = false, features = ["image-loading"] }
femtovg = { version = "0.19.2", default-features = false, features = ["image-loading"] }
ttf-parser = { workspace = true }
imgref = { version = "1.6.1" }
rgb = { version = "0.8.27" }