Skip to content

Commit 038e8e7

Browse files
committed
Use femtovg from crates.io
1 parent 82a2100 commit 038e8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/renderers/femtovg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ derive_more = { workspace = true }
3434
lyon_path = "1.0"
3535
pin-weak = "1"
3636
scoped-tls-hkt = "0.1"
37-
femtovg = { git = "https://github.com/slint-ui/femtovg", branch = "simon/draw-glyph-run" }
37+
femtovg = { version = "0.18.1" }
3838
ttf-parser = { workspace = true }
39-
unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
39+
unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
4040
imgref = { version = "1.6.1" }
4141
rgb = { version = "0.8.27" }
4242

0 commit comments

Comments
 (0)