Skip to content

Commit 7f4561a

Browse files
authored
Merge pull request gosub-io#1089 from jaytaph/ci-speedup
Updated skia features
2 parents 302bc69 + 6c93dad commit 7f4561a

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)