mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
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:
parent
9e2576bc5c
commit
e8127ce6ad
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue