Skip to content

Commit

Permalink
ci: fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Sep 26, 2024
1 parent 5f51996 commit 16418d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ 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.4", git = "https://github.com/servo/pathfinder" }

0 comments on commit 16418d4

Please sign in to comment.