Skip to content

Commit

Permalink
Remove forced embed-freetype feature use for the Skia renderer
Browse files Browse the repository at this point in the history
We don't really want to embed freetype on any platform...
  • Loading branch information
tronical committed Nov 13, 2024
1 parent 6efec7d commit 1857c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renderers/skia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pin-weak = "1"
scoped-tls-hkt = "0.1"
raw-window-handle = { version = "0.6", features = ["std"] }

skia-safe = { version = "0.78.0", features = ["textlayout", "gl", "embed-freetype"] }
skia-safe = { version = "0.78.0", features = ["textlayout", "gl"] }
glow = { version = "0.13" }
unicode-segmentation = { version = "1.8.0" }

Expand Down

0 comments on commit 1857c63

Please sign in to comment.