servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.52k stars 198 forks source link

Mismatched dependencies in text package #531

Open darmie opened 1 year ago

darmie commented 1 year ago

Screenshot 2022-12-29 at 04 35 59

TakingFire commented 8 months ago

From #445, adding the following to your Cargo.toml file should resolve the issue.

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