Skip to content

Commit

Permalink
deps: update pathfinder_simd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Apr 30, 2024
1 parent a59d355 commit 7837ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,7 @@ shell-words = { version = "1.1.0", optional = true }
rayon = "1.9.0"
font-kit = "0.12.0"
harfbuzz-sys = { version = "0.5.0", optional = true }
pathfinder_simd = "0.5.2"
pathfinder_simd = "0.5.3"

[dependencies.image]
version = "0.24.9"
Expand Down Expand Up @@ -63,6 63,3 @@ pasteboard = "0.1.3"
[target.'cfg(target_os = "windows")'.dependencies]
clipboard-win = "5.2.0"
image = { version = "0.24", default-features = false, features = ["jpeg", "bmp", "jpeg_rayon"] }

[patch.crates-io]
pathfinder_simd = { version = "0.5.0", git = "https://github.com/servo/pathfinder" }

0 comments on commit 7837ec8

Please sign in to comment.