Skip to content

Commit 1ed03e9

Browse files
authored
Patch pathfinder_simd while upstream updates (#146)
While #583 in servo/pathfiner gets merged, and font-kit updates its patfinder_simd (and mupdf updates font-kit,) this should serve as a build fix.
1 parent cf9d295 commit 1ed03e9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ flexi_logger = "0.31"
5353
# for tracing with tokio-console
5454
console-subscriber = { version = "0.5.0", optional = true }
5555

56+
[patch.crates-io]
57+
pathfinder_simd = { git = "https://github.com/itsjunetime/pathfinder.git", branch = "fix_nightly_arm_simd" }
58+
5659
[profile.production]
5760
inherits = "release"
5861
lto = "fat"

0 commit comments

Comments
 (0)