Skip to content

Commit

Permalink
deps: remove unnecessary git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Feb 28, 2024
1 parent a7eb01e commit 2b74502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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"

[dependencies.image]
version = "0.24.9"
Expand Down Expand Up @@ -62,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 2b74502

Please sign in to comment.