Skip to content

Commit 6c93dad

Browse files
committed
Updated skia features
1 parent f6af7fa commit 6c93dad

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ resvg = "0.47.0"
8181
serde = "1.0.228"
8282
serde_json = "1.0.150"
8383
simple_logger = "5.2.0"
84-
skia-safe = "0.97.2"
84+
# svg/wayland/x11 make the workspace-wide feature union (with gl, egl,
85+
# textlayout from the renderer/examples) match a published skia-binaries
86+
# bundle exactly; any other union silently rebuilds Skia's C++ from source
87+
# (~14 min per cold CI job).
88+
skia-safe = { version = "0.97.2", features = ["svg", "wayland", "x11"] }
8589
softbuffer = "0.4"
8690
taffy = {version = "0.10.1", default-features = false}
8791
tempfile = "3.21.0"

0 commit comments

Comments
 (0)