We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643eb83 commit a1665f8Copy full SHA for a1665f8
internal/renderers/femtovg/Cargo.toml
@@ -36,7 +36,7 @@ pin-weak = "1"
36
scoped-tls-hkt = "0.1"
37
femtovg = { git = "https://github.com/slint-ui/femtovg", branch = "simon/draw-glyph-run" }
38
ttf-parser = { workspace = true }
39
-unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
+unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
40
imgref = { version = "1.6.1" }
41
rgb = { version = "0.8.27" }
42
0 commit comments