Temporarily downgrade FemtoVG version

0.10.0 introduced a regression with clipping, that's visible when
running the printer demo (or previewing anything in the vs code
extension).
This commit is contained in:
Simon Hausmann 2024-10-24 08:54:33 +02:00
parent 9e2576bc5c
commit e8127ce6ad

View file

@ -31,13 +31,13 @@ lyon_path = "1.0"
once_cell = "1.5"
pin-weak = "1"
scoped-tls-hkt = "0.1"
femtovg = { version = "0.10.0" }
femtovg = { version = "0.9.0" }
ttf-parser = { workspace = true }
unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
imgref = { version = "1.6.1" }
rgb = { version = "0.8.27" }
glow = { version = "0.15" }
glow = { version = "0.13" }
unicode-segmentation = { version = "1.8.0" }
[target.'cfg(target_family = "windows")'.dependencies]