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 82a2100 commit 038e8e7Copy full SHA for 038e8e7
internal/renderers/femtovg/Cargo.toml
@@ -34,9 +34,9 @@ derive_more = { workspace = true }
34
lyon_path = "1.0"
35
pin-weak = "1"
36
scoped-tls-hkt = "0.1"
37
-femtovg = { git = "https://github.com/slint-ui/femtovg", branch = "simon/draw-glyph-run" }
+femtovg = { version = "0.18.1" }
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